]> code.ossystems Code Review - openembedded-core.git/commitdiff
file: Remove unneccessary override of PACKAGECONFIG for native
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 12 May 2020 21:42:55 +0000 (23:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2020 13:13:50 +0000 (14:13 +0100)
There is no reason to set PACKAGECONFIG_class-native to the same value
as the default PACKAGECONFIG.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/file/file_5.38.bb

index f5ad568936f14fe07767601cbdbabb89661c9078..007db4790d407be2a3b8234e61db946c1c381da9 100644 (file)
@@ -19,7 +19,6 @@ S = "${WORKDIR}/git"
 inherit autotools update-alternatives
 
 PACKAGECONFIG ??= "zlib"
-PACKAGECONFIG_class-native ??= "zlib"
 PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2"
 PACKAGECONFIG[lzma] = "--enable-xzlib, --disable-xzlib, xz"
 PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib"