aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fbset
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2014-05-12 22:44:39 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-15 12:30:20 +0200
commitb2b895b69cc0b8357f7c22ce425e051bd54fba2a (patch)
treed423a12bd4facd71563175f28208b6afc1083bb3 /meta-oe/recipes-support/fbset
parent4c9e177bc83a7dc363fa2dc4b04bf071f7acb780 (diff)
downloadmeta-openembedded-b2b895b69cc0b8357f7c22ce425e051bd54fba2a.tar.gz
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@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fbset')
-rw-r--r--meta-oe/recipes-support/fbset/fbset_2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index 8a3807ea8f..0639afc3c5 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"