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 11:53:38 +0100 |
commit | 052a8406e66c9dcccc1fc506a32cc1706b93467b (patch) | |
tree | f9776b334816db8b3ac2489b29c47dbbd74b9bd7 /meta/recipes-connectivity | |
parent | b878a9b1af63603779850f420fc0feb2ef78da9f (diff) | |
download | openembedded-core-052a8406e66c9dcccc1fc506a32cc1706b93467b.tar.gz openembedded-core-052a8406e66c9dcccc1fc506a32cc1706b93467b.tar.bz2 openembedded-core-052a8406e66c9dcccc1fc506a32cc1706b93467b.zip |
libpcap: add dependency on libnl
libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be
useful.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \ file://pcap.h;beginline=1;endline=34;md5=8d6cf7e17d5745010d633e30bc529ea9" -DEPENDS = "flex-native bison-native" +DEPENDS = "flex-native bison-native libnl" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" -INC_PR = "r2" +INC_PR = "r3" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" |