From: Joe Slater Date: Wed, 9 Apr 2014 18:55:29 +0000 (-0700) Subject: vala: inherit pkgconfig X-Git-Tag: 2015-4~3086 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ed4b26cf312360e0eb1b0fbec5b039b939d9823f;p=openembedded-core.git 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 --- 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"