[oe-commits] [meta-openembedded] 03/24: bpftool: remove LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Fri May 10 16:20:02 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 53d74cea0eb47296ae8937e253d5d4ab932a293a
Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
AuthorDate: Fri May 10 11:27:26 2019 +0200

    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 at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/bpftool/bpftool.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index f75ac6f..39c478a 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"
 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list