mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libbpf: installing uapi headers for native package
using libbpf-native provided headers for pahole-native or other application. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
09a027b488
commit
5f120a926b
|
|
@ -17,6 +17,7 @@ COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux"
|
|||
S = "${WORKDIR}/git/src"
|
||||
|
||||
EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
|
||||
EXTRA_OEMAKE:append:class-native = " UAPIDIR=${includedir}"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
|
|
@ -28,4 +29,8 @@ do_install() {
|
|||
oe_runmake install
|
||||
}
|
||||
|
||||
do_install:append:class-native() {
|
||||
oe_runmake install_uapi_headers
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user