From b76161a9a890481e8418a34b3250fc2debcb566f Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 2 Feb 2017 12:22:26 -0800 Subject: pkgconfig: fix typo introduced during recent conversion to PACKAGECONFIG (From OE-Core rev: 424768191b4a55823d4a212d1fc38edda966f57c) Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/pkgconfig') diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 5f2a5b6e4d..422c5f3b7b 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 ." -- cgit v1.2.3-54-g00ecf