summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-01 17:20:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 12:00:04 +0100
commitfaee028b66416f7cb65d86df96598470ef2c68f2 (patch)
treef6edbb5c0706a8594faa1449442bb603b5935d3b
parent7c02bb4cef4fe58a001766afe1ea8a5d6d32fc93 (diff)
downloadpoky-faee028b66416f7cb65d86df96598470ef2c68f2.tar.gz
libpcap: add dependency on libnl
libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be useful. (From OE-Core rev: 052a8406e66c9dcccc1fc506a32cc1706b93467b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/libpcap/libpcap.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc
index 7d4e841c3e..5381ef046d 100644
--- a/meta/recipes-connectivity/libpcap/libpcap.inc
+++ b/meta/recipes-connectivity/libpcap/libpcap.inc
@@ -8,12 +8,12 @@ SECTION = "libs/network"
8LICENSE = "BSD" 8LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \ 9LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \
10 file://pcap.h;beginline=1;endline=34;md5=8d6cf7e17d5745010d633e30bc529ea9" 10 file://pcap.h;beginline=1;endline=34;md5=8d6cf7e17d5745010d633e30bc529ea9"
11DEPENDS = "flex-native bison-native" 11DEPENDS = "flex-native bison-native libnl"
12 12
13PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" 13PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}"
14PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" 14PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4"
15 15
16INC_PR = "r2" 16INC_PR = "r3"
17 17
18SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" 18SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"
19 19