diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-05-23 20:51:11 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-05-23 23:12:46 -0400 |
| commit | 09a027b48836a0bc53de553af583cd4152061a39 (patch) | |
| tree | af6da96601aec0f001c510540f46cbb08bdcb034 | |
| parent | 6bd0340ea20c4d86d1bc9857d50925a891e61112 (diff) | |
| download | meta-openembedded-09a027b48836a0bc53de553af583cd4152061a39.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb index b790f52378..ec642ec3b2 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" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | DEPENDS = "elfutils zlib libbpf" | 6 | DEPENDS = "elfutils zlib libbpf" |
| 7 | DEPENDS:append:class-native = " linux-libc-headers" | ||
| 8 | 7 | ||
| 9 | # Depends on MACHINE_ARCH libbpf | 8 | # Depends on MACHINE_ARCH libbpf |
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
