mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
daq: explicitly disable nfq and ipq modules
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ee17367838
commit
070dba4566
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0"
|
|||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
DEPENDS = "libpcap libpcre "
|
||||
DEPENDS = "libpcap libpcre"
|
||||
|
||||
SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \
|
||||
file://disable-run-test-program-while-cross-compiling.patch "
|
||||
|
|
@ -13,4 +13,9 @@ SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \
|
|||
SRC_URI[md5sum] = "044aa3663d44580d005293eeb8ccf175"
|
||||
SRC_URI[sha256sum] = "ebba87c2ec76ac65d2980934423b0597909caead3a86ce5d1ba1ea6ce518ec6d"
|
||||
|
||||
# these 2 create undeclared dependency on libdnet and libnetfilter-queue from meta-networking
|
||||
# this error from test-dependencies script:
|
||||
# daq/daq/latest lost dependency on libdnet libmnl libnetfilter-queue libnfnetlink
|
||||
EXTRA_OECONF += "--disable-nfq-module --disable-ipq-module"
|
||||
|
||||
inherit autotools
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user