mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
bpftool: Add missing dep on elfutils-native
Point host CC to OE defined BUILD_CC Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "Inspect and manipulate eBPF programs and maps"
|
|||||||
DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \
|
DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \
|
||||||
of eBPF programs and maps."
|
of eBPF programs and maps."
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
DEPENDS = "binutils elfutils"
|
DEPENDS = "binutils elfutils elfutils-native"
|
||||||
PROVIDES = "virtual/bpftool"
|
PROVIDES = "virtual/bpftool"
|
||||||
|
|
||||||
inherit bash-completion kernelsrc kernel-arch
|
inherit bash-completion kernelsrc kernel-arch
|
||||||
@@ -15,6 +15,7 @@ EXTRA_OEMAKE = "\
|
|||||||
O=${B} \
|
O=${B} \
|
||||||
CROSS=${TARGET_PREFIX} \
|
CROSS=${TARGET_PREFIX} \
|
||||||
CC="${CC} ${DEBUG_PREFIX_MAP} -fdebug-prefix-map=${STAGING_KERNEL_DIR}=${KERNEL_SRC_PATH}" \
|
CC="${CC} ${DEBUG_PREFIX_MAP} -fdebug-prefix-map=${STAGING_KERNEL_DIR}=${KERNEL_SRC_PATH}" \
|
||||||
|
HOSTCC="${BUILD_CC} ${BUILD_CFLAGS}" \
|
||||||
LD="${LD}" \
|
LD="${LD}" \
|
||||||
AR=${AR} \
|
AR=${AR} \
|
||||||
ARCH=${ARCH} \
|
ARCH=${ARCH} \
|
||||||
|
|||||||
Reference in New Issue
Block a user