mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a6a1736782
commit
d708afc6df
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user