From c20e2222aa6d4ab333a7ece4e0a125dcc8ce37ce Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Mar 2025 17:11:25 +0800 Subject: parallel: upgrade 20250222 -> 20250322 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/parallel/parallel_20250222.bb | 39 ---------------------- .../recipes-extended/parallel/parallel_20250322.bb | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 meta-oe/recipes-extended/parallel/parallel_20250222.bb create mode 100644 meta-oe/recipes-extended/parallel/parallel_20250322.bb diff --git a/meta-oe/recipes-extended/parallel/parallel_20250222.bb b/meta-oe/recipes-extended/parallel/parallel_20250222.bb deleted file mode 100644 index cb6068f6d6..0000000000 --- a/meta-oe/recipes-extended/parallel/parallel_20250222.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "GNU Parallel - A shell tool for executing jobs in parallel using one or more computers" -DESCRIPTION = "GNU Parallel is a command-line tool for executing jobs in parallel on one or more computers. \ -It allows users to run multiple commands simultaneously, making it easier to process large batches of tasks." - -HOMEPAGE = "https://www.gnu.org/software/parallel/" -LICENSE = "CC-BY-SA-4.0 & GFDL-1.3-or-later & GPL-3.0-or-later" - -LIC_FILES_CHKSUM = " \ - file://LICENSES/CC-BY-SA-4.0.txt;md5=7130783469368ceb248a4f03e89ea4b8 \ - file://LICENSES/GFDL-1.3-or-later.txt;md5=e0771ae6a62dc8a2e50b1d450fea66b7 \ - file://LICENSES/GPL-3.0-or-later.txt;md5=8da5784ab1c72e63ac74971f88658166 \ -" - -SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "d05ab27e0dd14e3bf253dbae18e7894717ce834193336c9a8eb26081305dbbf7" - -inherit autotools bash-completion - -PACKAGES += "${PN}-zsh-completion" -FILES:${PN}-zsh-completion = "${datadir}/zsh" - -RDEPENDS:${PN} = " \ - perl \ - perl-module-file-basename \ - perl-module-file-glob \ - perl-module-file-path \ - perl-module-file-temp \ - perl-module-filehandle \ - perl-module-getopt-long \ - perl-module-io-select \ - perl-module-ipc-open3 \ - perl-module-posix \ - perl-module-symbol \ - perl-module-thread-queue \ - perl-module-threads \ - perl-module-threads-shared \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-extended/parallel/parallel_20250322.bb b/meta-oe/recipes-extended/parallel/parallel_20250322.bb new file mode 100644 index 0000000000..8767f2946b --- /dev/null +++ b/meta-oe/recipes-extended/parallel/parallel_20250322.bb @@ -0,0 +1,39 @@ +SUMMARY = "GNU Parallel - A shell tool for executing jobs in parallel using one or more computers" +DESCRIPTION = "GNU Parallel is a command-line tool for executing jobs in parallel on one or more computers. \ +It allows users to run multiple commands simultaneously, making it easier to process large batches of tasks." + +HOMEPAGE = "https://www.gnu.org/software/parallel/" +LICENSE = "CC-BY-SA-4.0 & GFDL-1.3-or-later & GPL-3.0-or-later" + +LIC_FILES_CHKSUM = " \ + file://LICENSES/CC-BY-SA-4.0.txt;md5=7130783469368ceb248a4f03e89ea4b8 \ + file://LICENSES/GFDL-1.3-or-later.txt;md5=e0771ae6a62dc8a2e50b1d450fea66b7 \ + file://LICENSES/GPL-3.0-or-later.txt;md5=8da5784ab1c72e63ac74971f88658166 \ +" + +SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" +SRC_URI[sha256sum] = "c82896e779b18c2a157527f32f35de9a6d984f8b8ebad2b41dbc78c33adbaabe" + +inherit autotools bash-completion + +PACKAGES += "${PN}-zsh-completion" +FILES:${PN}-zsh-completion = "${datadir}/zsh" + +RDEPENDS:${PN} = " \ + perl \ + perl-module-file-basename \ + perl-module-file-glob \ + perl-module-file-path \ + perl-module-file-temp \ + perl-module-filehandle \ + perl-module-getopt-long \ + perl-module-io-select \ + perl-module-ipc-open3 \ + perl-module-posix \ + perl-module-symbol \ + perl-module-thread-queue \ + perl-module-threads \ + perl-module-threads-shared \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf