summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libnet
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-04-11 11:34:02 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 11:19:09 +0200
commit42caea1d67c320c3e2b6622fe3b4de49763095e6 (patch)
treece50598675075abfe8ccd48b8aa60d63e5f2862b /meta-oe/recipes-connectivity/libnet
parenta8b66573e498ebc989d6111b493e225071e34db4 (diff)
downloadmeta-openembedded-42caea1d67c320c3e2b6622fe3b4de49763095e6.tar.gz
libnet: update version to 1.1.6
Changes: - use doc/COPYING instead of README as the license file - use BPN instead of PN to fix multilib build - rebase the fix-endianess-test.patch Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libnet')
-rw-r--r--meta-oe/recipes-connectivity/libnet/libnet-1.1.6/fix-endianess-test.patch (renamed from meta-oe/recipes-connectivity/libnet/libnet-1.1.5/fix-endianess-test.patch)14
-rw-r--r--meta-oe/recipes-connectivity/libnet/libnet_1.1.6.bb (renamed from meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb)10
2 files changed, 13 insertions, 11 deletions
diff --git a/meta-oe/recipes-connectivity/libnet/libnet-1.1.5/fix-endianess-test.patch b/meta-oe/recipes-connectivity/libnet/libnet-1.1.6/fix-endianess-test.patch
index 4d8697d5f..4f9d5a431 100644
--- a/meta-oe/recipes-connectivity/libnet/libnet-1.1.5/fix-endianess-test.patch
+++ b/meta-oe/recipes-connectivity/libnet/libnet-1.1.6/fix-endianess-test.patch
@@ -6,19 +6,21 @@ Idea from http://www.security-lists.org/lists/libnet/2003/03/00001.html
6 6
7Also remove the old test from aclocal.m4. 7Also remove the old test from aclocal.m4.
8 8
9Rebased for libnet-1.1.5 on 2011/04/19. 9Rebased for libnet-1.1.6
10 10
11--- a/configure.in 2010-11-03 00:59:21.000000000 +0100 11diff --git a/configure.in b/configure.in
12+++ b/configure.in 2011-04-19 17:08:47.087712604 +0200 12index e54c688..e2e768e 100644
13@@ -6,6 +6,7 @@ 13--- a/configure.in
14+++ b/configure.in
15@@ -4,6 +4,7 @@ dnl All rights reserved.
14 dnl 16 dnl
15 dnl Process this file with autoconf to produce a configure script. 17 dnl Process this file with autoconf to produce a configure script.
16 18
17+AC_PREREQ(2.52) 19+AC_PREREQ(2.52)
18 AC_INIT(libnet, 1.1.5) 20 AC_INIT(libnet, 1.1.6)
19 AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...) 21 AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...)
20 AC_CANONICAL_SYSTEM 22 AC_CANONICAL_SYSTEM
21@@ -39,7 +40,16 @@ 23@@ -38,7 +39,16 @@ dnl
22 dnl And some custom things 24 dnl And some custom things
23 dnl 25 dnl
24 26
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.1.6.bb
index 76959fed9..0db074b1d 100644
--- a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libnet/libnet_1.1.6.bb
@@ -3,18 +3,18 @@ SUMMARY = "A packet dissection and creation library"
3HOMEPAGE = "https://github.com/sam-github/libnet" 3HOMEPAGE = "https://github.com/sam-github/libnet"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "BSD" 5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://README;md5=533bea47338d490e86744c6a0c5692e7" 6LIC_FILES_CHKSUM = "file://doc/COPYING;md5=fb43d5727b2d3d1238545f75ce456ec3"
7DEPENDS = "libpcap" 7DEPENDS = "libpcap"
8# There are major API changes beween libnet v1.0 and libnet v1.1 8# There are major API changes beween libnet v1.0 and libnet v1.1
9PROVIDES = "libnet-1.1" 9PROVIDES = "libnet-1.1"
10 10
11SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${PN}-${PV}.tar.gz \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${BPN}-${PV}.tar.gz \
12 file://fix-endianess-test.patch" 12 file://fix-endianess-test.patch"
13 13
14SRC_URI[md5sum] = "a9bc1d75a610efcfee200d3e28d8eb8f" 14SRC_URI[md5sum] = "710296fe424a49344e5fcc0d09e53317"
15SRC_URI[sha256sum] = "75588f8d1232e1df34eccf2dba5e66be197b345a07fae80d8275db994496a20d" 15SRC_URI[sha256sum] = "d392bb5825c4b6b672fc93a0268433c86dc964e1500c279dc6d0711ea6ec467a"
16 16
17S = "${WORKDIR}/${PN}-${PV}" 17S = "${WORKDIR}/${BPN}-${PV}"
18 18
19inherit autotools binconfig 19inherit autotools binconfig
20 20