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>
This commit is contained in:
Joe Slater 2014-04-09 11:55:29 -07:00 committed by Richard Purdie
parent ee4f52e279
commit 97fd8c07d7
1 changed files with 1 additions and 1 deletions

View File

@ -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"