* [PATCH] libpcap: add dependency on libnl
@ 2012-10-01 16:20 Ross Burton
2012-10-03 1:47 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2012-10-01 16:20 UTC (permalink / raw)
To: openembedded-core
libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be
useful.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
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"
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libpcap: add dependency on libnl
2012-10-01 16:20 [PATCH] libpcap: add dependency on libnl Ross Burton
@ 2012-10-03 1:47 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-10-03 1:47 UTC (permalink / raw)
To: Ross Burton; +Cc: openembedded-core
On 10/01/2012 09:20 AM, Ross Burton wrote:
> libpcap uses libnl on Linux to support sniffing mac80211 devices, which could be
> useful.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> 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"
>
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-03 2:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 16:20 [PATCH] libpcap: add dependency on libnl Ross Burton
2012-10-03 1:47 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox