mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
gsoap: add dependency on bison-native
* fixes: make[4]: Entering directory 'gsoap/2.8.51-r0/build/gsoap/src' /bin/bash ../../../gsoap-2.8/ylwrap ../../../gsoap-2.8/gsoap/src/soapcpp2_yacc.y y.tab.c soapcpp2_yacc.c y.tab.h `echo soapcpp2_yacc.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output soapcpp2_yacc.output -- yacc -d -v ../../../gsoap-2.8/ylwrap: line 176: yacc: command not found Makefile:534: recipe for target 'soapcpp2_yacc.c' failed make[4]: *** [soapcpp2_yacc.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:
parent
3c1bd142df
commit
49b9003bf9
@ -22,7 +22,7 @@ PARALLEL_MAKE = ""
|
||||
|
||||
EXTRA_OEMAKE_class-target = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
|
||||
|
||||
DEPENDS = "openssl zlib flex bison"
|
||||
DEPENDS = "openssl zlib flex bison bison-native"
|
||||
DEPENDS_append_class-target = " gsoap-native"
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user