mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
pkgconfig: fix typo introduced during recent conversion to PACKAGECONFIG
(From OE-Core rev: 424768191b4a55823d4a212d1fc38edda966f57c) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1bebb5ea22
commit
b76161a9a8
@@ -24,7 +24,8 @@ inherit autotools
|
||||
|
||||
PACKAGECONFIG ??= "glib"
|
||||
PACKAGECONFIG_class-native = ""
|
||||
PACKAGECONFIG_class-native = ""
|
||||
PACKAGECONFIG_class-nativesdk = ""
|
||||
|
||||
PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native"
|
||||
|
||||
acpaths = "-I ."
|
||||
|
||||
Reference in New Issue
Block a user