summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-kernel/bpftool/bpftool.bb2
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 4f4d4a8670..66e48cfd84 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -2,7 +2,7 @@ SUMMARY = "Inspect and manipulate eBPF programs and maps"
2DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \ 2DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \
3of eBPF programs and maps." 3of eBPF programs and maps."
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5DEPENDS = "binutils elfutils elfutils-native" 5DEPENDS = "binutils elfutils elfutils-native openssl"
6PROVIDES = "virtual/bpftool" 6PROVIDES = "virtual/bpftool"
7 7
8inherit bash-completion kernelsrc kernel-arch 8inherit bash-completion kernelsrc kernel-arch