[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4444/8267] pkg-config: depend on pkgconfig-native for target builds



commit 3aa0ae393cece708a9d5798eb325c30e7606db57
Author: Ross Burton <ross burton intel com>
Date:   Tue Jan 31 20:24:32 2017 +0000

    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>

 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 ff8254c..66b02f1 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -8,7 +8,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-DEPENDS = "glib-2.0"
+DEPENDS = "glib-2.0 pkgconfig-native"
 DEPENDS_class-native = ""
 DEPENDS_class-nativesdk = ""
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]