summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-04-09 11:55:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-10 17:35:15 +0100
commit97fd8c07d751620a701d85467f24c24af83f9263 (patch)
treedf1e15ee834e39c17f77d198c85efce1e9bdf330 /meta/recipes-devtools/vala
parentee4f52e279ca0a252d8da987d7d327968839a9ff (diff)
downloadast2050-yocto-poky-97fd8c07d751620a701d85467f24c24af83f9263.zip
ast2050-yocto-poky-97fd8c07d751620a701d85467f24c24af83f9263.tar.gz
vala: inherit pkgconfig
Although somebody we depend on might cause pkgconfig-native to be built, we should not rely on that. (From OE-Core rev: ed4b26cf312360e0eb1b0fbec5b039b939d9823f) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/vala')
-rw-r--r--meta/recipes-devtools/vala/vala.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index 75c8182..64e7daf 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"
OpenPOWER on IntegriCloud