mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gpm: add dependency on bison-native
* fixes: yacc gpm/1.99.7+git1fd19417b8a4dd9945347e98dfa97e4cfd798d77-r2/git/src/prog/gpm-root.y && mv y.tab.c prog/gpm-root.c /bin/sh: 1: yacc: not found Makefile:149: recipe for target 'prog/gpm-root.c' failed make[1]: *** [prog/gpm-root.c] Error 127 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ PV = "1.99.7+git${SRCREV}"
|
||||
PR = "r2"
|
||||
SRCREV = "1fd19417b8a4dd9945347e98dfa97e4cfd798d77"
|
||||
|
||||
DEPENDS = "ncurses"
|
||||
DEPENDS = "ncurses bison-native"
|
||||
|
||||
SRC_URI = "git://github.com/telmich/gpm;protocol=git \
|
||||
file://init \
|
||||
|
||||
Reference in New Issue
Block a user