[oe-commits] Kai Kang : fbset: add dependency flex-native

git at git.openembedded.org git at git.openembedded.org
Wed May 14 09:18:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 39e5aca79345026156baa3dce09f00349394bcfc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=39e5aca79345026156baa3dce09f00349394bcfc

Author: Kai Kang <kai.kang at windriver.com>
Date:   Mon May 12 22:44:39 2014 -0400

fbset: add dependency flex-native

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"
 



More information about the Openembedded-commits mailing list