[oe] [meta-oe][PATCH] fbset: add dependency flex-native

jackie.huang at windriver.com jackie.huang at windriver.com
Tue May 13 02:44:39 UTC 2014


From: Kai Kang <kai.kang at windriver.com>

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 <kai.kang at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 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




More information about the Openembedded-devel mailing list