mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
meta: do not prepend/append to BBCLASSEXTEND
Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are redundant and inconsistent with the same setting in other recipes. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -10,6 +10,6 @@ PYPI_PACKAGE = "setuptools_scm"
|
||||
RDEPENDS_${PN}_class-target = "python-py python-setuptools python-argparse python-debugger python-json"
|
||||
RDEPENDS_${PN}_class-native = "python-setuptools-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
Reference in New Issue
Block a user