]> code.ossystems Code Review - openembedded-core.git/commitdiff
vala: add bison-native depends for vala-native
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Sun, 15 Sep 2013 16:21:47 +0000 (16:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:25:35 +0000 (14:25 +0100)
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@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/vala/vala.inc

index 6cdc6053b8a1b4debf799741bf1ee602fd0d7de4..a8927d756321ec1baa5aec7e3bd602d8bd21a08c 100644 (file)
@@ -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"