From c85ffcdbd2156d2f0df15593fb7d7887626e85db Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 13 Mar 2017 16:48:58 +0100 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-extended/python-pyparted/python-pyparted_3.10.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended') 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" -- cgit 1.2.3-korg