summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:46 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:52 -0700
commita213780f2217d1adea89bd0ac3b572d2285ccc39 (patch)
tree1d4241dfc8c7db5ce269f37cc4ad615323859c8f /meta-oe/recipes-extended
parent6cba4ed4d2df88e42c842321066ded3727cbb9b3 (diff)
downloadmeta-openembedded-a213780f2217d1adea89bd0ac3b572d2285ccc39.tar.gz
parallel: upgrade 20260322 -> 20260422
Changelog: =========== * Remote jobs are spawned via pipe to perl, so environment can be bigger. * --pipe-part -a supports -L/-N if zextract is installed. * --pipe-part -a supports .gz, .bz2, .zst-files if zextract is installed. * Comments in code is redone. * Bug fixes and man page updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/parallel/parallel_20260422.bb (renamed from meta-oe/recipes-extended/parallel/parallel_20260322.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/parallel/parallel_20260322.bb b/meta-oe/recipes-extended/parallel/parallel_20260422.bb
index 5a9980e66f..74cf8c75e2 100644
--- a/meta-oe/recipes-extended/parallel/parallel_20260322.bb
+++ b/meta-oe/recipes-extended/parallel/parallel_20260422.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
12" 12"
13 13
14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" 14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2"
15SRC_URI[sha256sum] = "764680e932f4d0d21cf0329bd9f9eed659895de16836001f6491533b822befe0" 15SRC_URI[sha256sum] = "664cf165d66ea217b2f49cd96a7865ecf90c9d0616599cc2aba8cad481d907bb"
16 16
17inherit autotools bash-completion 17inherit autotools bash-completion
18 18