pahole: upgrade 1.24 -> 1.25

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-11-03 17:19:19 -07:00
parent 2e76660027
commit 3d7b4fa67e

View File

@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux"
PV .= "+1.25+git${SRCPV}"
SRCREV = "a9498899109d3be14f17abbc322a8f55a1067bee"
SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d"
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"
@ -31,3 +31,5 @@ FILES:${PN}-extra = "${datadir} ${bindir} ${libdir}/libdwarves_emit.so*"
RDEPENDS:${PN}-extra += "bash python3-core"
BBCLASSEXTEND = "native nativesdk"
PV = "1.25"