aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-03-13 16:48:58 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-16 23:34:32 +0100
commitc85ffcdbd2156d2f0df15593fb7d7887626e85db (patch)
tree385be90f70c9848f49e8d0b5f9ac9e7d7a889dd6 /recipes-extended
parentf7b408d09b79c8ecf02c2e525cfe390a4eb69751 (diff)
downloadmeta-python2-c85ffcdbd2156d2f0df15593fb7d7887626e85db.tar.gz
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. (From meta-openembedded commit: ebd31fd8d519d3e2d26dd14e72d36300f433cfa0) Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/python-pyparted/python-pyparted_3.10.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb b/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb
index 712c4b9..8335d08 100644
--- a/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb
+++ b/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb
@@ -24,4 +24,4 @@ inherit distutils
RDEPENDS_${PN} += "python-stringold python-codecs python-math parted (>= 2.3)"
RDEPENDS_${PN}_class-native = ""
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"