summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/pahole/pahole_1.24.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb b/meta-oe/recipes-devtools/pahole/pahole_1.24.bb
index 2bb73c3eb7..a57053c7ca 100644
--- a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb
+++ b/meta-oe/recipes-devtools/pahole/pahole_1.24.bb
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
10COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" 10COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux"
11 11
12PV .= "+1.25+git${SRCPV}" 12PV .= "+1.25+git${SRCPV}"
13SRCREV = "a9498899109d3be14f17abbc322a8f55a1067bee" 13SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d"
14SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ 14SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \
15 file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" 15 file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch"
16 16
@@ -31,3 +31,5 @@ FILES:${PN}-extra = "${datadir} ${bindir} ${libdir}/libdwarves_emit.so*"
31RDEPENDS:${PN}-extra += "bash python3-core" 31RDEPENDS:${PN}-extra += "bash python3-core"
32 32
33BBCLASSEXTEND = "native nativesdk" 33BBCLASSEXTEND = "native nativesdk"
34
35PV = "1.25"