- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
21 lines
578 B
BlitzBasic
21 lines
578 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"
|
|
|
|
SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e"
|
|
SRCREV = "deaebdfe2743e8a6f04d3c307d9272afeeecfade"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools binconfig multilib_script
|
|
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config"
|
|
|