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 17:35:15 +0100 |
commit | 97fd8c07d751620a701d85467f24c24af83f9263 (patch) | |
tree | df1e15ee834e39c17f77d198c85efce1e9bdf330 /meta | |
parent | ee4f52e279ca0a252d8da987d7d327968839a9ff (diff) | |
download | 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')
-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" | |||
12 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 12 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
13 | 13 | ||
14 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" | 14 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" |
15 | inherit autotools-brokensep | 15 | inherit autotools-brokensep pkgconfig |
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-vapigen" | 17 | EXTRA_OECONF = "--disable-vapigen" |
18 | 18 | ||