diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-05-22 20:07:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 08:48:18 -0700 |
| commit | 98c3dc881724501aac4927e585806056f5dbc3a0 (patch) | |
| tree | 1b10426de7fb5a718fda82429b9c8f6666bc0c92 /meta-oe | |
| parent | 293403eff2130246186c4871d03b9ca8445308aa (diff) | |
| download | meta-openembedded-98c3dc881724501aac4927e585806056f5dbc3a0.tar.gz | |
Revert "pahole: fix native package build error"
This reverts commit b9df3387002195ad365735bd15a3b70b1355d70f.
The pahole-native package should use the header from libbpf instead of linux-libc-headers,
the b9df33870 would cause compile error, so revert it.
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.24.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb b/meta-oe/recipes-devtools/pahole/pahole_1.24.bb index f44b0cef0c..2bb73c3eb7 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.24.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}" |
