summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-04 11:42:09 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 11:01:35 +0200
commit0850d6300982a8b5e2639d750ee24f1ff4a5f70d (patch)
treeb0e1e337a23693a31c1a0bbde573a426b4063f39 /meta-oe/recipes-connectivity
parent7a65492190588f53ac6c584e927b591449e7b45f (diff)
downloadmeta-openembedded-0850d6300982a8b5e2639d750ee24f1ff4a5f70d.tar.gz
daq: move recipe to meta-networking
ERROR: Nothing PROVIDES 'libdnet' (but /home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb DEPENDS on or otherwise requires it). Close matches: libnet libnewt libidn ERROR: Required build target 'daq' has no buildable providers. Missing or unbuildable dependency chain was: ['daq', 'libdnet'] world build fails for meta-oe. move daq to meta-networking where snort and libdnet both reside. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/daq/daq_2.0.2.bb25
-rw-r--r--meta-oe/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch29
2 files changed, 0 insertions, 54 deletions
diff --git a/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb b/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb
deleted file mode 100644
index 4cf3f1ceb..000000000
--- a/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "The dump DAQ test the various inline mode features "
2HOMEPAGE = "http://www.snort.org"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0"
5
6PARALLEL_MAKE = ""
7
8DEPENDS = "libpcap libpcre libdnet"
9
10SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \
11 file://disable-run-test-program-while-cross-compiling.patch "
12
13# these 2 create undeclared dependency on libdnet and libnetfilter-queue from meta-networking
14# this error from test-dependencies script:
15# daq/daq/latest lost dependency on libdnet libmnl libnetfilter-queue libnfnetlink
16#
17# never look to /usr/local lib while cross compiling
18
19EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${includedir} \
20 --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}"
21
22SRC_URI[md5sum] = "865bf9b750a2a2ca632591a3c70b0ea0"
23SRC_URI[sha256sum] = "d65d1e67c4994e02c3142c49a648642e780b7e3d942b4a51f605309beac269a8"
24
25inherit autotools
diff --git a/meta-oe/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch b/meta-oe/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch
deleted file mode 100644
index 12a6cba60..000000000
--- a/meta-oe/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1Upstream-Status:Inappropriate [embedded specific]
2
3fix the below error:
4configure: error: cannot run test program while cross compiling
5
6Signed-off-by: Chunrong Guo <B40290@freescale.com>
7
8--- a/m4/sf.m4old 2013-08-30 04:08:18.768409680 -0500
9+++ b/m4/sf.m4 2013-08-30 04:09:24.591367890 -0500
10@@ -135,19 +135,6 @@
11 exit 1
12 fi
13 AC_MSG_CHECKING([for libpcap version >= $1])
14- AC_RUN_IFELSE(
15- [AC_LANG_PROGRAM(
16- [[
17- #include <pcap.h>
18- #include <string.h>
19- extern char pcap_version[];
20- ]],
21- [[
22- if (strcmp(pcap_version, $1) < 0)
23- return 1;
24- ]])],
25- [libpcap_version_1x="yes"],
26- [libpcap_version_1x="no"])
27 if test "x$libpcap_version_1x" = "xno"; then
28 AC_MSG_RESULT(no)
29 echo