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-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/libtinyxml') diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb index 4460be2073..138df9f300 100644 --- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb +++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb @@ -42,4 +42,4 @@ do_install() { install -m 0644 ${S}/tinyxml.h ${D}${includedir} } -BBCLASSEXTEND += "native" +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg