[oe-commits] [meta-openembedded] 05/07: daq: add dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 22:37:23 UTC 2018


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

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

commit 422ccc15481540e5875c7f9b9a2c878a536d2f57
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Sat Aug 18 11:26:37 2018 +0000

    daq: add dependency on bison-native
    
    * fixes:
    checking for flex 2.4 or higher... yes
    checking for bison... no
    configure: WARNING: don't have both flex and bison; reverting to lex/yacc
    checking for capable lex... insufficient
    configure: error: Your operating system's lex is insufficient to compile
             libsfbpf. You should install both bison and flex.
             flex is a lex replacement that has many advantages,
             including being able to compile libsfbpf.  For more
             information, see http://www.gnu.org/software/flex/flex.html .
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
index ec35175..42ffb17 100644
--- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
+++ b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0"
 
 PARALLEL_MAKE = ""
 
-DEPENDS = "libpcap libpcre libdnet"
+DEPENDS = "libpcap libpcre libdnet bison-native"
 
 SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \
            file://disable-run-test-program-while-cross-compiling.patch \

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


More information about the Openembedded-commits mailing list