From 2e55ecb93ecbbd8bfe626c07d3a032c2fe98efca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 31 Jan 2017 20:24:32 +0000 Subject: 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. Signed-off-by: Ross Burton --- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/pkgconfig') 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" 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 = "" -- cgit 1.2.3-korg