mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
bpftool: remove LIC_FILES_CHKSUM
bpftool is a 'special' recipe since it does "inherit kernelsrc", like perf in oe-core or cpupower in meta-oe. they don't have their own sources, but reuse the kernel source tree, from virtual/kernel recipe. As such, checking the license file does not seem relevant, since the fetching (and license check) is deferred to the virtual/kernel recipe. Remove LIC_FILES_CHKSUM like it is done in perf and cpupower. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7b503471b0
commit
53d74cea0e
|
|
@ -2,7 +2,6 @@ SUMMARY = "Inspect and manipulate eBPF programs and maps"
|
|||
DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \
|
||||
of eBPF programs and maps."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
DEPENDS = "binutils elfutils"
|
||||
PROVIDES = "virtual/bpftool"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user