diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-31 20:24:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-02 17:37:43 +0000 |
commit | 3aa0ae393cece708a9d5798eb325c30e7606db57 (patch) | |
tree | cfe3ac00edf691d768bd3ac793d97ec0eaf9c974 /meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |
parent | 52bc144f700c1fd812f8bb1de508b7399f29c6b3 (diff) | |
download | poky-3aa0ae393cece708a9d5798eb325c30e7606db57.tar.gz |
pkg-config: depend on pkgconfig-native for target builds
When building for the target, pkg-config uses the target glib-2.0 instead of
it's own minimal fork. To find this it needs to use pkg-config so ensure this
dependency exists in case it doesn't exist on the host already.
(From OE-Core rev: 2e55ecb93ecbbd8bfe626c07d3a032c2fe98efca)
Signed-off-by: Ross Burton <ross.burton@intel.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index ff8254cfcd..66b02f175d 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -8,7 +8,7 @@ SECTION = "console/utils" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0" | 11 | DEPENDS = "glib-2.0 pkgconfig-native" |
12 | DEPENDS_class-native = "" | 12 | DEPENDS_class-native = "" |
13 | DEPENDS_class-nativesdk = "" | 13 | DEPENDS_class-nativesdk = "" |
14 | 14 | ||