diff options
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.27.bb | 3 |
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 |
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | COMPATIBLE_HOST:mips = "null" | 10 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" |
| 11 | COMPATIBLE_HOST:riscv32 = "null" | ||
| 12 | 11 | ||
| 13 | SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3" | 12 | SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3" |
| 14 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ |
