From 3570501025cea849936e472e993d08cd69095613 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 8 Mar 2017 15:17:14 +0100 Subject: meta: do not append to BBCLASSEXTEND Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are redundant and inconsistent with the same setting in other recipes. (From OE-Core rev: 09266d6c91acd8ba4df6e8242aa44d9ba41e9cee) Signed-off-by: Ming Liu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/ca-certificates') diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb index e47bad11b7..42088b9899 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb @@ -80,4 +80,4 @@ do_install_append_class-native () { RDEPENDS_${PN} += "openssl" -BBCLASSEXTEND += "native nativesdk" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf