mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
4c9e177bc8
commit
b2b895b69c
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user