summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-kernel/bpftool/bpftool.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index bbfab47aae..317ec19266 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -18,6 +18,7 @@ EXTRA_OEMAKE = "\
18 LD="${LD}" \ 18 LD="${LD}" \
19 AR=${AR} \ 19 AR=${AR} \
20 ARCH=${ARCH} \ 20 ARCH=${ARCH} \
21 bash_compdir=${prefix}/share/bash-completion \
21" 22"
22 23
23SECURITY_CFLAGS = "" 24SECURITY_CFLAGS = ""
@@ -42,3 +43,7 @@ python do_package:prepend() {
42} 43}
43 44
44B = "${WORKDIR}/${BPN}-${PV}" 45B = "${WORKDIR}/${BPN}-${PV}"
46
47FILES:${PN} += "${exec_prefix}/sbin/*"
48
49BBCLASSEXTEND = "native nativesdk"