From 09266d6c91acd8ba4df6e8242aa44d9ba41e9cee 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. Signed-off-by: Ming Liu Signed-off-by: Ross Burton --- meta/recipes-extended/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/wget') diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 9eb051ff6a..1299edb720 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -16,7 +16,7 @@ ALTERNATIVE_PRIORITY = "100" RRECOMMENDS_${PN} += "ca-certificates" -BBCLASSEXTEND += "nativesdk" +BBCLASSEXTEND = "nativesdk" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" -- cgit 1.2.3-korg