From 2894662b00867c501030da17c51c78d42683f6e6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:15 +0800 Subject: [PATCH] parallel: upgrade 20241022 -> 20241122 Changelog: ============ * --pipe --block works similar to --pipepart --block if --block size is negative. * DBURLs can be written with / instead of %2F for sqlite and CSV. * Bug fixes and man page updates. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../parallel/{parallel_20241022.bb => parallel_20241122.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/parallel/{parallel_20241022.bb => parallel_20241122.bb} (93%) diff --git a/meta-oe/recipes-extended/parallel/parallel_20241022.bb b/meta-oe/recipes-extended/parallel/parallel_20241122.bb similarity index 93% rename from meta-oe/recipes-extended/parallel/parallel_20241022.bb rename to meta-oe/recipes-extended/parallel/parallel_20241122.bb index 30ff9182ee..36b522dbcf 100644 --- a/meta-oe/recipes-extended/parallel/parallel_20241022.bb +++ b/meta-oe/recipes-extended/parallel/parallel_20241122.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "6de22bf1c67f7f316670d21ed1a2a32f1214dfbd3e420939ba937925c0a57a12" +SRC_URI[sha256sum] = "1a9e752f42c17ca10bc07d0a63a2ca6edcee532282e55d2b34bd9dd14c978a58" inherit autotools bash-completion