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:22 +0000 |
commit | b76161a9a890481e8418a34b3250fc2debcb566f (patch) | |
tree | 06267f8a8d1b4b81dcfdea28ba8f8870ebdc0806 /meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |
parent | 1bebb5ea22c0ccdafe7f11f37fdd2b8fba05785e (diff) | |
download | poky-b76161a9a890481e8418a34b3250fc2debcb566f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_git.bb')
-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 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 | |||
24 | 24 | ||
25 | PACKAGECONFIG ??= "glib" | 25 | PACKAGECONFIG ??= "glib" |
26 | PACKAGECONFIG_class-native = "" | 26 | PACKAGECONFIG_class-native = "" |
27 | PACKAGECONFIG_class-native = "" | 27 | PACKAGECONFIG_class-nativesdk = "" |
28 | |||
28 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" | 29 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" |
29 | 30 | ||
30 | acpaths = "-I ." | 31 | acpaths = "-I ." |