[oe] [meta-oe][meta-networking][PATCH 2/7] gpm: add dependency on bison-native

Martin Jansa martin.jansa at gmail.com
Sat Aug 18 11:26:33 UTC 2018


* 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 at gmail.com>
---
 meta-oe/recipes-support/gpm/gpm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb
index 51c4dd6397..dcc9d68eaa 100644
--- a/meta-oe/recipes-support/gpm/gpm_git.bb
+++ b/meta-oe/recipes-support/gpm/gpm_git.bb
@@ -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 \
-- 
2.17.1




More information about the Openembedded-devel mailing list