diff options
author | Joe Slater <jslater@windriver.com> | 2014-04-09 11:55:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-10 10:23:06 +0100 |
commit | ed4b26cf312360e0eb1b0fbec5b039b939d9823f (patch) | |
tree | fd8c3b22202149913df917356204034ca1d2ee83 /meta/recipes-devtools/vala/vala.inc | |
parent | d9bd1ac6d91de932dd3e2fcac9da77e0a7c09f55 (diff) | |
download | openembedded-core-ed4b26cf312360e0eb1b0fbec5b039b939d9823f.tar.gz |
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 <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/vala/vala.inc')
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |