diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-01 17:20:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 12:00:04 +0100 |
commit | faee028b66416f7cb65d86df96598470ef2c68f2 (patch) | |
tree | f6edbb5c0706a8594faa1449442bb603b5935d3b /meta/recipes-connectivity/libpcap | |
parent | 7c02bb4cef4fe58a001766afe1ea8a5d6d32fc93 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-connectivity/libpcap')
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap.inc | 4 |
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" | |||
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \ | 9 | LIC_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" |
11 | DEPENDS = "flex-native bison-native" | 11 | DEPENDS = "flex-native bison-native libnl" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" | 13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" |
14 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" | 14 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" |
15 | 15 | ||
16 | INC_PR = "r2" | 16 | INC_PR = "r3" |
17 | 17 | ||
18 | SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" | 18 | SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" |
19 | 19 | ||