]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: fix typo introduced during recent conversion to PACKAGECONFIG
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 2 Feb 2017 20:22:26 +0000 (12:22 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Feb 2017 22:19:17 +0000 (22:19 +0000)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb

index 5f2a5b6e4dc9c5b7cd88c39d236fbe9d3e51490d..422c5f3b7b809a6636738263f287b2311191e2a3 100644 (file)
@@ -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 ."