From ed4b26cf312360e0eb1b0fbec5b039b939d9823f Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 9 Apr 2014 11:55:29 -0700 Subject: vala: inherit pkgconfig Although somebody we depend on might cause pkgconfig-native to be built, we should not rely on that. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- meta/recipes-devtools/vala/vala.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 75c8182b12..64e7daffe1 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc @@ -12,7 +12,7 @@ INC_PR = "r1" SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" -inherit autotools-brokensep +inherit autotools-brokensep pkgconfig EXTRA_OECONF = "--disable-vapigen" -- cgit 1.2.3-korg