diff options
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.24.bb | 4 |
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}" | |||
| 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}" | 12 | PV .= "+1.25+git${SRCPV}" |
| 13 | SRCREV = "a9498899109d3be14f17abbc322a8f55a1067bee" | 13 | SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d" |
| 14 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ | 14 | 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" | 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*" | |||
| 31 | RDEPENDS:${PN}-extra += "bash python3-core" | 31 | RDEPENDS:${PN}-extra += "bash python3-core" |
| 32 | 32 | ||
| 33 | BBCLASSEXTEND = "native nativesdk" | 33 | BBCLASSEXTEND = "native nativesdk" |
| 34 | |||
| 35 | PV = "1.25" | ||
