mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
557 B
BlitzBasic
20 lines
557 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"
|
|
|
|
|
|
inherit autotools binconfig multilib_script
|
|
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config"
|
|
|