diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2019-05-10 11:27:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-10 09:19:21 -0700 |
commit | 53d74cea0eb47296ae8937e253d5d4ab932a293a (patch) | |
tree | 33e94095b79da105bb504d6aacf507848d5a0f97 /meta-oe/recipes-kernel | |
parent | 7b503471b042ce327c972dd0485f4db7f0267640 (diff) | |
download | meta-openembedded-53d74cea0eb47296ae8937e253d5d4ab932a293a.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index f75ac6f81c..39c478a954 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "Inspect and manipulate eBPF programs and maps" | |||
2 | DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \ | 2 | DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \ |
3 | of eBPF programs and maps." | 3 | of eBPF programs and maps." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
6 | DEPENDS = "binutils elfutils" | 5 | DEPENDS = "binutils elfutils" |
7 | PROVIDES = "virtual/bpftool" | 6 | PROVIDES = "virtual/bpftool" |
8 | 7 | ||