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:
Peter Kjellerstedt
2020-05-12 23:42:55 +02:00
committed by Richard Purdie
parent a6a1736782
commit d708afc6df

View File

@@ -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"