summaryrefslogtreecommitdiff
path: root/packages/libnet/libnet_1.1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libnet/libnet_1.1.2.1.bb')
-rw-r--r--packages/libnet/libnet_1.1.2.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libnet/libnet_1.1.2.1.bb b/packages/libnet/libnet_1.1.2.1.bb
index f9464ae8bb..2dc6e713f9 100644
--- a/packages/libnet/libnet_1.1.2.1.bb
+++ b/packages/libnet/libnet_1.1.2.1.bb
@@ -6,11 +6,12 @@ LICENSE = "BSD"
DEPENDS = "libpcap"
# There are major API changes beween libnet v1.0 and libnet v1.1
PROVIDES = "libnet-1.1"
-PR = "r1"
+PR = "r2"
SRC_URI = "${DEBIAN_MIRROR}/main/libn/libnet/libnet_${PV}.orig.tar.gz \
file://support-uclibc.patch;patch=1 \
- file://fix-endianess-test.patch;patch=1"
+ file://fix-endianess-test.patch;patch=1 \
+ file://new-autotools.patch;patch=1"
S = "${WORKDIR}/libnet"