* [PATCH] vala: add bison-native depends for vala-native
@ 2013-09-15 16:21 Randy MacLeod
0 siblings, 0 replies; only message in thread
From: Randy MacLeod @ 2013-09-15 16:21 UTC (permalink / raw)
To: openembedded-core
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>
---
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 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"
--
1.8.2.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-15 16:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-15 16:21 [PATCH] vala: add bison-native depends for vala-native Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox