diff mbox series

[meta-oe,kirkstone,1/2] Revert "pahole: fix native package build error"

Message ID 20230523125112.1570302-1-xiangyu.chen@eng.windriver.com
State New
Headers show
Series [meta-oe,kirkstone,1/2] Revert "pahole: fix native package build error" | expand

Commit Message

Xiangyu Chen May 23, 2023, 12:51 p.m. UTC
From: Xiangyu Chen <xiangyu.chen@windriver.com>

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>
---
 meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb
index b790f5237..ec642ec3b 100644
--- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb
+++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb
@@ -4,7 +4,6 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
 DEPENDS = "elfutils zlib libbpf"
-DEPENDS:append:class-native = " linux-libc-headers"
 
 # Depends on MACHINE_ARCH libbpf
 PACKAGE_ARCH = "${MACHINE_ARCH}"