From 276a21cbbfc929f718fd758b64e3e0567534fd41 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 12 May 2020 23:42:55 +0200 Subject: 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 --- meta/recipes-devtools/file/file_5.38.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/file/file_5.38.bb b/meta/recipes-devtools/file/file_5.38.bb index f5ad568936..007db4790d 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" -- cgit 1.2.3-korg