blob: b4648832f1c874df779eb0603a603848d27dfe42 [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
Andrew Geissler20137392023-10-12 04:59:14 -060011SRC_URI = "git://github.com/libnet/libnet.git;protocol=https;branch=master"
Patrick Williams8dd68482022-10-04 07:57:18 -050012
13SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e"
Andrew Geissler20137392023-10-12 04:59:14 -060014SRCREV = "deaebdfe2743e8a6f04d3c307d9272afeeecfade"
Patrick Williams8dd68482022-10-04 07:57:18 -050015
16S = "${WORKDIR}/git"
17
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060018inherit autotools binconfig multilib_script
19MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config"
20