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.

(From OE-Core rev: 4bcc087290661544dd5f6466d2d6ab74488f34ec)

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>
This commit is contained in:
Randy MacLeod 2013-09-15 16:21:47 +00:00 committed by Richard Purdie
parent b925c752c0
commit 2ac9925ceb
1 changed files with 1 additions and 1 deletions

View 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"