[oe-commits] [meta-openembedded] 42/47: gsoap: add dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 23:11:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 49b9003bf9ffb687cb83adf8a9ca05dabe5c24a9
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Sat Aug 18 11:26:35 2018 +0000

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/gsoap/gsoap_2.8.51.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.51.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.51.bb
index 8875844..36530d2 100644
--- a/meta-oe/recipes-support/gsoap/gsoap_2.8.51.bb
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.51.bb
@@ -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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list