pahole: upgrade 1.25 -> 1.27

ChangeLog:
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.26?h=v1.27
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.27?h=v1.27

Add more architectures to COMPATIBLE_HOST, as libbpf is now allowed to
be built on more architectures[1].

[1] https://git.openembedded.org/meta-openembedded/commit/?id=bb8049afe96db57707afc259743e288bec456117

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao
2024-09-30 14:33:13 +08:00
committed by Khem Raj
parent f9c4fa94fd
commit f3703b716a
2 changed files with 4 additions and 4 deletions
@@ -4,7 +4,6 @@ Date: Wed, 15 Sep 2021 17:54:01 +0200
Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3
Upstream-Status: Inappropriate [OE specific]
---
ostra/ostra-cg | 2 +-
ostra/python/ostra.py | 2 +-
@@ -7,11 +7,12 @@ DEPENDS = "elfutils zlib libbpf"
# Depends on MACHINE_ARCH libbpf
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux"
COMPATIBLE_HOST:mips = "null"
COMPATIBLE_HOST:riscv32 = "null"
SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d"
SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3"
SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \
file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch"
file://0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch"
S = "${WORKDIR}/git"