From patchwork Mon Oct 1 16:20:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libpcap: add dependency on libnl Date: Mon, 01 Oct 2012 16:20:59 -0000 From: Ross Burton X-Patchwork-Id: 37563 Message-Id: <1349108459-16408-1-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be useful. Signed-off-by: Ross Burton --- meta/recipes-connectivity/libpcap/libpcap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 7d4e841..5381ef0 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"