diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2014-04-11 11:34:02 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 11:19:09 +0200 |
| commit | 42caea1d67c320c3e2b6622fe3b4de49763095e6 (patch) | |
| tree | ce50598675075abfe8ccd48b8aa60d63e5f2862b /meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb | |
| parent | a8b66573e498ebc989d6111b493e225071e34db4 (diff) | |
| download | meta-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/libnet_1.1.5.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb deleted file mode 100644 index 76959fed98..0000000000 --- a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "A packet dissection and creation library" | ||
| 2 | # libnet at packetfactory.net is dead | ||
| 3 | HOMEPAGE = "https://github.com/sam-github/libnet" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "BSD" | ||
| 6 | LIC_FILES_CHKSUM = "file://README;md5=533bea47338d490e86744c6a0c5692e7" | ||
| 7 | DEPENDS = "libpcap" | ||
| 8 | # There are major API changes beween libnet v1.0 and libnet v1.1 | ||
| 9 | PROVIDES = "libnet-1.1" | ||
| 10 | |||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${PN}-${PV}.tar.gz \ | ||
| 12 | file://fix-endianess-test.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "a9bc1d75a610efcfee200d3e28d8eb8f" | ||
| 15 | SRC_URI[sha256sum] = "75588f8d1232e1df34eccf2dba5e66be197b345a07fae80d8275db994496a20d" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${PN}-${PV}" | ||
| 18 | |||
| 19 | inherit autotools binconfig | ||
| 20 | |||
| 21 | do_configure_prepend() { | ||
| 22 | rm -f aclocal.m4 Makefile.am ltmain.sh | ||
| 23 | } | ||
