diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2020-05-12 23:42:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-14 14:15:11 +0100 |
commit | d708afc6dfc2f1ada34871c0790cccff2c45814d (patch) | |
tree | 5747ea6f98410c5288c007bdd0cd714d079b5824 /meta | |
parent | a6a173678250ea5e6e0fdab2389751262545812f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/file/file_5.38.bb | 1 |
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" | |||
19 | inherit autotools update-alternatives | 19 | inherit autotools update-alternatives |
20 | 20 | ||
21 | PACKAGECONFIG ??= "zlib" | 21 | PACKAGECONFIG ??= "zlib" |
22 | PACKAGECONFIG_class-native ??= "zlib" | ||
23 | PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2" | 22 | PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2" |
24 | PACKAGECONFIG[lzma] = "--enable-xzlib, --disable-xzlib, xz" | 23 | PACKAGECONFIG[lzma] = "--enable-xzlib, --disable-xzlib, xz" |
25 | PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib" | 24 | PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib" |