diff options
author | Mihai Prica <mihai.prica@intel.com> | 2012-12-04 18:50:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:14 +0000 |
commit | 1e63822166f756f287e77e6cb041aee2664b7a54 (patch) | |
tree | 1706a8ba2797d540ae845fc61189542e1db29c2e /meta/recipes-connectivity | |
parent | 052b66247e00987b6663e4ef713db10b1afa3106 (diff) | |
download | poky-1e63822166f756f287e77e6cb041aee2664b7a54.tar.gz |
libpcap: PR bump because of PU for libnl
(From OE-Core rev: ebcd909451ae6a2d00b83f6aa7f28794355a6935)
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 5381ef046d..882c62cc02 100644 --- a/meta/recipes-connectivity/libpcap/libpcap.inc +++ b/meta/recipes-connectivity/libpcap/libpcap.inc | |||
@@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native libnl" | |||
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 = "r3" | 16 | INC_PR = "r4" |
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 | ||