mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
bpftool: add missing build dependency
Add openssl as a dependency. Fixes compilation error: | sign.c:16:10: fatal error: openssl/opensslv.h: No such file or directory | 16 | #include <openssl/opensslv.h> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
53d24f293f
commit
ba323d198f
@ -2,7 +2,7 @@ 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 = "GPL-2.0-only"
|
||||
DEPENDS = "binutils elfutils elfutils-native"
|
||||
DEPENDS = "binutils elfutils elfutils-native openssl"
|
||||
PROVIDES = "virtual/bpftool"
|
||||
|
||||
inherit bash-completion kernelsrc kernel-arch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user