From patchwork Tue Dec 4 23:29:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] libpcap: PR bump because of PU for libnl Date: Tue, 04 Dec 2012 23:29:18 -0000 From: Saul Wold X-Patchwork-Id: 40379 Message-Id: <1354663759-20022-10-git-send-email-sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Mihai Prica Signed-off-by: Mihai Prica Signed-off-by: Saul Wold --- meta/recipes-connectivity/libpcap/libpcap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 5381ef0..882c62c 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"