diff options
-rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.25.bb (renamed from meta-oe/recipes-devtools/pahole/pahole_1.24.bb) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb b/meta-oe/recipes-devtools/pahole/pahole_1.25.bb index a57053c7ca..1334c850e6 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.25.bb | |||
@@ -9,7 +9,6 @@ DEPENDS = "elfutils zlib libbpf" | |||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" | 10 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" |
11 | 11 | ||
12 | PV .= "+1.25+git${SRCPV}" | ||
13 | SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d" | 12 | SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d" |
14 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ | 13 | SRC_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" | 14 | file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" |
@@ -31,5 +30,3 @@ FILES:${PN}-extra = "${datadir} ${bindir} ${libdir}/libdwarves_emit.so*" | |||
31 | RDEPENDS:${PN}-extra += "bash python3-core" | 30 | RDEPENDS:${PN}-extra += "bash python3-core" |
32 | 31 | ||
33 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
34 | |||
35 | PV = "1.25" | ||