diff options
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch (renamed from meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch) | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.27.bb (renamed from meta-oe/recipes-devtools/pahole/pahole_1.25.bb) | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch b/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch index 4f7dfd4cca..7dc18d7aa2 100644 --- a/meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch +++ b/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch | |||
| @@ -4,7 +4,6 @@ Date: Wed, 15 Sep 2021 17:54:01 +0200 | |||
| 4 | Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3 | 4 | Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3 |
| 5 | 5 | ||
| 6 | Upstream-Status: Inappropriate [OE specific] | 6 | Upstream-Status: Inappropriate [OE specific] |
| 7 | |||
| 8 | --- | 7 | --- |
| 9 | ostra/ostra-cg | 2 +- | 8 | ostra/ostra-cg | 2 +- |
| 10 | ostra/python/ostra.py | 2 +- | 9 | ostra/python/ostra.py | 2 +- |
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.25.bb b/meta-oe/recipes-devtools/pahole/pahole_1.27.bb index 1334c850e6..b899684eb2 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.25.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.27.bb | |||
| @@ -7,11 +7,12 @@ 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 = "(x86_64|i.86|aarch64).*-linux" | 10 | COMPATIBLE_HOST:mips = "null" |
| 11 | COMPATIBLE_HOST:riscv32 = "null" | ||
| 11 | 12 | ||
| 12 | SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d" | 13 | SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3" |
| 13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ | 14 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ |
| 14 | file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" | 15 | file://0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" |
| 15 | 16 | ||
| 16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 17 | 18 | ||
