diff options
-rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb index a56c5f728f..66f7761357 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
5 | 5 | ||
6 | DEPENDS = "elfutils zlib libbpf" | 6 | DEPENDS = "elfutils zlib libbpf" |
7 | 7 | ||
8 | # Depends on MACHINE_ARCH libbpf | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
8 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" | 10 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" |
9 | 11 | ||
10 | SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f" | 12 | SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f" |