Files
meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.2.bb
T
Beniamin Sandu 0e30cdf9a9 libnet: update to v1.2 release
The previous recipe was building a release candidate from
2014. Switch to the official git repo which is currently
maintained and use the v1.2 release instead.

The extra patch fixes build on musl.

Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-30 15:09:50 -07:00

20 lines
580 B
BlitzBasic

SUMMARY = "A packet dissection and creation library"
HOMEPAGE = "https://github.com/libnet/libnet"
SECTION = "libs"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07f291bf6e78efa05cec668cf6a09acc"
DEPENDS = "libpcap"
SRC_URI = "git://github.com/libnet/libnet.git;protocol=https;branch=master \
file://0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch"
SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e"
SRCREV = "deeeeaeb84f8bc5d2299913d4ccf53d0d4c26966"
S = "${WORKDIR}/git"
inherit autotools binconfig