mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
f5b38dba0f
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>
30 lines
771 B
Diff
30 lines
771 B
Diff
Upstream-Status:Inappropriate [embedded specific]
|
|
|
|
fix the below error:
|
|
configure: error: cannot run test program while cross compiling
|
|
|
|
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
--- a/m4/sf.m4old 2013-08-30 04:08:18.768409680 -0500
|
|
+++ b/m4/sf.m4 2013-08-30 04:09:24.591367890 -0500
|
|
@@ -135,19 +135,6 @@
|
|
exit 1
|
|
fi
|
|
AC_MSG_CHECKING([for libpcap version >= $1])
|
|
- AC_RUN_IFELSE(
|
|
- [AC_LANG_PROGRAM(
|
|
- [[
|
|
- #include <pcap.h>
|
|
- #include <string.h>
|
|
- extern char pcap_version[];
|
|
- ]],
|
|
- [[
|
|
- if (strcmp(pcap_version, $1) < 0)
|
|
- return 1;
|
|
- ]])],
|
|
- [libpcap_version_1x="yes"],
|
|
- [libpcap_version_1x="no"])
|
|
if test "x$libpcap_version_1x" = "xno"; then
|
|
AC_MSG_RESULT(no)
|
|
echo
|