diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-08-18 15:12:17 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-19 16:09:28 -0700 |
commit | 89963566543468d8714702004a35333b12ad6a67 (patch) | |
tree | e27311831087542ad9702228dd8a4439df4a499d | |
parent | 3ceefec415df8acca98460c4ed91a5fa6510c1b9 (diff) | |
download | meta-openembedded-89963566543468d8714702004a35333b12ad6a67.tar.gz |
fwts: add dependency on bison-native
* fixes:
fwts/18.05.00+gitAUTOINC+b0ec7aa2ef-r0/build/src/acpica/source/compiler'
m4 -P -I../../../../../git/src/acpica/source/compiler ../../../../../git/src/acpica/source/compiler/aslparser.y > aslcompiler.y
flex -i -PAslCompiler -oaslcompilerlex.c ../../../../../git/src/acpica/source/compiler/aslcompiler.l
yacc -v -d -y -bdtparser -pDtParser ../../../../../git/src/acpica/source/compiler/dtparser.y
flex -i -PDtParser -odtparserlex.c ../../../../../git/src/acpica/source/compiler/dtparser.l
yacc -v -d -y -bprparser -pPrParser ../../../../../git/src/acpica/source/compiler/prparser.y
flex -i -PPrParser -oprparserlex.c ../../../../../git/src/acpica/source/compiler/prparser.l
/bin/bash: yacc: command not found
Makefile:3684: recipe for target 'dtparser.c' failed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-test/fwts/fwts_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb index defe31ddff..d3fb644dfd 100644 --- a/meta-oe/recipes-test/fwts/fwts_git.bb +++ b/meta-oe/recipes-test/fwts/fwts_git.bb | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" | 23 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" |
24 | 24 | ||
25 | DEPENDS = "libpcre json-c glib-2.0 dtc" | 25 | DEPENDS = "libpcre json-c glib-2.0 dtc bison-native" |
26 | DEPENDS_append_libc-musl = " libexecinfo" | 26 | DEPENDS_append_libc-musl = " libexecinfo" |
27 | 27 | ||
28 | inherit autotools bash-completion pkgconfig | 28 | inherit autotools bash-completion pkgconfig |