mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "libffi python-native gobject-introspection-native"
|
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
|
inherit autotools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user