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-extended/p7zip/p7zip_16.02.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb index fdd51db218..67ffbc67ce 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb @@ -36,4 +36,4 @@ EOF chmod 0755 ${D}${bindir}/7z } -BBCLASSEXTEND += "native" +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg