diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-11-07 08:12:26 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-07 19:59:58 -0800 |
| commit | 719afc145dfa1203630c3b1172853b67a4f2dd75 (patch) | |
| tree | 0788759f7b3590fc463d7419d81eb1922dd3c96c /meta-oe | |
| parent | 3b942172bafac51a7d7563a075a1612db7135687 (diff) | |
| download | meta-openembedded-719afc145dfa1203630c3b1172853b67a4f2dd75.tar.gz | |
pahole: Correct the version in the recipe file name
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -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" | ||
