diff options
Diffstat (limited to 'meta-oe/recipes-kernel/bpftool/bpftool.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index 76a749644b..01046c063f 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Inspect and manipulate eBPF programs and maps" | 1 | 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 = "GPL-2.0-only" |
| 5 | DEPENDS = "binutils elfutils" | 5 | DEPENDS = "binutils elfutils" |
| 6 | PROVIDES = "virtual/bpftool" | 6 | PROVIDES = "virtual/bpftool" |
| 7 | 7 | ||
