mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
d3dbc7df43
commit
422ccc1548
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user