[oe-commits] Joe Slater : vala: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Thu Apr 10 16:26:26 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ed4b26cf312360e0eb1b0fbec5b039b939d9823f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ed4b26cf312360e0eb1b0fbec5b039b939d9823f

Author: Joe Slater <jslater at windriver.com>
Date:   Wed Apr  9 11:55:29 2014 -0700

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/vala/vala.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 



More information about the Openembedded-commits mailing list