diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-02-02 12:22:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-02 22:19:17 +0000 |
commit | 424768191b4a55823d4a212d1fc38edda966f57c (patch) | |
tree | cc889fa7d094cfb62cfd6b697720ed9f00ca1c03 /meta | |
parent | dea267d576695e23223a2f402f6c9c126b0413dc (diff) | |
download | openembedded-core-contrib-424768191b4a55823d4a212d1fc38edda966f57c.tar.gz |
pkgconfig: fix typo introduced during recent conversion to PACKAGECONFIG
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 ." |