From ebd31fd8d519d3e2d26dd14e72d36300f433cfa0 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. Signed-off-by: Ming Liu Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb | 2 +- meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb index afbc83ea99..08008cec06 100644 --- a/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb +++ b/meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb @@ -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 diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb index 712c4b97ab..8335d08c32 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb +++ b/meta-python/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