mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
gobject-introspection: fix DEPENDS
We need flex and bison to build gobject-introspection Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@ PR = "r3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "libffi python-native gobject-introspection-native"
|
||||
DEPENDS_virtclass-native = "libffi-native python-native"
|
||||
DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user