summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/pahole/pahole_1.27.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.27.bb b/meta-oe/recipes-devtools/pahole/pahole_1.27.bb
index b899684eb2..902b0e61b5 100644
--- a/meta-oe/recipes-devtools/pahole/pahole_1.27.bb
+++ b/meta-oe/recipes-devtools/pahole/pahole_1.27.bb
@@ -7,8 +7,7 @@ DEPENDS = "elfutils zlib libbpf"
7 7
8# Depends on MACHINE_ARCH libbpf 8# Depends on MACHINE_ARCH libbpf
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10COMPATIBLE_HOST:mips = "null" 10COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux"
11COMPATIBLE_HOST:riscv32 = "null"
12 11
13SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3" 12SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3"
14SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ 13SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \