From 3a288910895ca787148a0fb2ce20e98b775716d7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 18 Aug 2018 11:26:33 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/gpm/gpm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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 \ -- cgit 1.2.3-korg