diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 5 |
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 | ||
| 23 | SECURITY_CFLAGS = "" | 24 | SECURITY_CFLAGS = "" |
| @@ -42,3 +43,7 @@ python do_package:prepend() { | |||
| 42 | } | 43 | } |
| 43 | 44 | ||
| 44 | B = "${WORKDIR}/${BPN}-${PV}" | 45 | B = "${WORKDIR}/${BPN}-${PV}" |
| 46 | |||
| 47 | FILES:${PN} += "${exec_prefix}/sbin/*" | ||
| 48 | |||
| 49 | BBCLASSEXTEND = "native nativesdk" | ||
