blob: eaa0a0445d961f070e318642b741dadaed91d8e2 [file] [log] [blame]
Patrick Williams8dd68482022-10-04 07:57:18 -05001SUMMARY = "A packet dissection and creation library"
2HOMEPAGE = "https://github.com/libnet/libnet"
3
4SECTION = "libs"
5
6LICENSE = "BSD-2-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=07f291bf6e78efa05cec668cf6a09acc"
8
9DEPENDS = "libpcap"
10
11SRC_URI = "git://github.com/libnet/libnet.git;protocol=https;branch=master \
12 file://0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch"
13
14SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e"
15SRCREV = "deeeeaeb84f8bc5d2299913d4ccf53d0d4c26966"
16
17S = "${WORKDIR}/git"
18
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060019inherit autotools binconfig multilib_script
20MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config"
21