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: lucaceresoli/bug-15201-perf-libtraceevent-missing~39259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebcd909451ae6a2d00b83f6aa7f28794355a6935;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 5381ef046d2..882c62cc021 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"