diff options
-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 | ||