From: Andre McCurdy Date: Thu, 2 Feb 2017 20:22:26 +0000 (-0800) Subject: pkgconfig: fix typo introduced during recent conversion to PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22646 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424768191b4a55823d4a212d1fc38edda966f57c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pkgconfig: fix typo introduced during recent conversion to PACKAGECONFIG Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 5f2a5b6e4dc..422c5f3b7b8 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb @@ -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 ."