From: Mihai Prica Date: Tue, 4 Dec 2012 16:50:31 +0000 (+0200) Subject: libpcap: PR bump because of PU for libnl X-Git-Tag: 2015-4~8422 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ebcd909451ae6a2d00b83f6aa7f28794355a6935;p=openembedded-core.git libpcap: PR bump because of PU for libnl Signed-off-by: Mihai Prica Signed-off-by: Saul Wold --- 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" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" -INC_PR = "r3" +INC_PR = "r4" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"