From: Peter Kjellerstedt Date: Tue, 12 May 2020 21:42:55 +0000 (+0200) Subject: file: Remove unneccessary override of PACKAGECONFIG for native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276a21cbbfc929f718fd758b64e3e0567534fd41;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git file: Remove unneccessary override of PACKAGECONFIG for native There is no reason to set PACKAGECONFIG_class-native to the same value as the default PACKAGECONFIG. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/file/file_5.38.bb b/meta/recipes-devtools/file/file_5.38.bb index f5ad568936f..007db4790d4 100644 --- a/meta/recipes-devtools/file/file_5.38.bb +++ b/meta/recipes-devtools/file/file_5.38.bb @@ -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"