From: Randy MacLeod Date: Sun, 15 Sep 2013 16:21:47 +0000 (+0000) Subject: vala: add bison-native depends for vala-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcc087290661544dd5f6466d2d6ab74488f34ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 6cdc6053b8a..a8927d75632 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"