mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:34:51 +00:00
Revert "pahole: fix native package build error"
This reverts commit 0cc8e22c463324ddd833239116b1ff82ef82f42c. The pahole-native package should use the header from libbpf instead of linux-libc-headers, the 0cc8e22c would cause compile error, so revert it. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
6bd0340ea2
commit
09a027b488
@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
DEPENDS = "elfutils zlib libbpf"
|
DEPENDS = "elfutils zlib libbpf"
|
||||||
DEPENDS:append:class-native = " linux-libc-headers"
|
|
||||||
|
|
||||||
# Depends on MACHINE_ARCH libbpf
|
# Depends on MACHINE_ARCH libbpf
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user