summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.38.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2020-05-12 23:42:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-14 14:15:11 +0100
commitd708afc6dfc2f1ada34871c0790cccff2c45814d (patch)
tree5747ea6f98410c5288c007bdd0cd714d079b5824 /meta/recipes-devtools/file/file_5.38.bb
parenta6a173678250ea5e6e0fdab2389751262545812f (diff)
downloadpoky-d708afc6dfc2f1ada34871c0790cccff2c45814d.tar.gz
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. (From OE-Core rev: 276a21cbbfc929f718fd758b64e3e0567534fd41) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.38.bb')
-rw-r--r--meta/recipes-devtools/file/file_5.38.bb1
1 files changed, 0 insertions, 1 deletions
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"
19inherit autotools update-alternatives 19inherit autotools update-alternatives
20 20
21PACKAGECONFIG ??= "zlib" 21PACKAGECONFIG ??= "zlib"
22PACKAGECONFIG_class-native ??= "zlib"
23PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2" 22PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2"
24PACKAGECONFIG[lzma] = "--enable-xzlib, --disable-xzlib, xz" 23PACKAGECONFIG[lzma] = "--enable-xzlib, --disable-xzlib, xz"
25PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib" 24PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib"