diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-01-31 23:20:07 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-31 23:22:09 -0800 |
| commit | dfb5a96169eb950577b31008f4563c19a94ba290 (patch) | |
| tree | 4713e766d3c4cdaa1fc21fdfcc82d69ad05b1686 | |
| parent | 02fe2e388ee9e271c3eafb07355cc5347ce76293 (diff) | |
| download | meta-openembedded-dfb5a96169eb950577b31008f4563c19a94ba290.tar.gz | |
bpftool: Add missing dep on elfutils-native
Point host CC to OE defined BUILD_CC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index 317ec19266..b22334fe90 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" | |||
| 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 = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | DEPENDS = "binutils elfutils" | 5 | DEPENDS = "binutils elfutils elfutils-native" |
| 6 | PROVIDES = "virtual/bpftool" | 6 | PROVIDES = "virtual/bpftool" |
| 7 | 7 | ||
| 8 | inherit bash-completion kernelsrc kernel-arch | 8 | inherit bash-completion kernelsrc kernel-arch |
| @@ -15,6 +15,7 @@ EXTRA_OEMAKE = "\ | |||
| 15 | O=${B} \ | 15 | O=${B} \ |
| 16 | CROSS=${TARGET_PREFIX} \ | 16 | CROSS=${TARGET_PREFIX} \ |
| 17 | CC="${CC} ${DEBUG_PREFIX_MAP} -fdebug-prefix-map=${STAGING_KERNEL_DIR}=${KERNEL_SRC_PATH}" \ | 17 | CC="${CC} ${DEBUG_PREFIX_MAP} -fdebug-prefix-map=${STAGING_KERNEL_DIR}=${KERNEL_SRC_PATH}" \ |
| 18 | HOSTCC="${BUILD_CC} ${BUILD_CFLAGS}" \ | ||
| 18 | LD="${LD}" \ | 19 | LD="${LD}" \ |
| 19 | AR=${AR} \ | 20 | AR=${AR} \ |
| 20 | ARCH=${ARCH} \ | 21 | ARCH=${ARCH} \ |
