From: Kai Kang <[email protected]> Build fbset failed with: | flex modes.l | make: flex: Command not found | make: *** [lex.yy.c] Error 127
Add dependency flex-native to fix it. Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Jackie Huang <[email protected]> --- meta-oe/recipes-support/fbset/fbset_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index 8a3807e..0639afc 100644 --- a/meta-oe/recipes-support/fbset/fbset_2.1.bb +++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb @@ -9,7 +9,7 @@ SUMMARY = "The fbset console tool" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f" RRECOMMENDS_${PN} = "fbset-modes" -DEPENDS = "bison-native" +DEPENDS = "bison-native flex-native" PR = "r4" -- 1.7.9.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
