mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
-1
@@ -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 +-
|
||||
+4
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user