[oe-commits] Randy MacLeod : vala: add bison-native depends for vala-native

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 13:23:25 UTC 2013


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

Author: Randy MacLeod <Randy.MacLeod at windriver.com>
Date:   Sun Sep 15 16:21:47 2013 +0000

vala: add bison-native depends for vala-native

vala-native builds were working because most systems have
bison installed on the host. Add an explicit dependency on
bison-native since bison isn't a sanity checked host tool.

Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 6cdc605..a8927d7 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -3,7 +3,7 @@ Vala compiles to plain C and has no runtime environment nor penalities whatsoeve
 SECTION = "devel"
 DEPENDS = "glib-2.0 dbus gtk+"
 BBCLASSEXTEND = "native"
-DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
+DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native"
 HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"



More information about the Openembedded-commits mailing list