summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/parallel/parallel_20241222.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:00:52 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:01 -0800
commit35a8cf9e9154a5552a5fddfb9132bf09d424720b (patch)
tree967c7c66c70cc72ce94c52542cf76c4f48a81ff2 /meta-oe/recipes-extended/parallel/parallel_20241222.bb
parent3f185b93b90cf1feb2fcd58a9db771f4a767e01d (diff)
downloadmeta-openembedded-35a8cf9e9154a5552a5fddfb9132bf09d424720b.tar.gz
parallel: upgrade 20241222 -> 20250122
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/parallel/parallel_20241222.bb')
-rw-r--r--meta-oe/recipes-extended/parallel/parallel_20241222.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-oe/recipes-extended/parallel/parallel_20241222.bb b/meta-oe/recipes-extended/parallel/parallel_20241222.bb
deleted file mode 100644
index 4fc5373abe..0000000000
--- a/meta-oe/recipes-extended/parallel/parallel_20241222.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1SUMMARY = "GNU Parallel - A shell tool for executing jobs in parallel using one or more computers"
2DESCRIPTION = "GNU Parallel is a command-line tool for executing jobs in parallel on one or more computers. \
3It allows users to run multiple commands simultaneously, making it easier to process large batches of tasks."
4
5HOMEPAGE = "https://www.gnu.org/software/parallel/"
6LICENSE = "CC-BY-SA-4.0 & GFDL-1.3-or-later & GPL-3.0-or-later"
7
8LIC_FILES_CHKSUM = " \
9 file://LICENSES/CC-BY-SA-4.0.txt;md5=7130783469368ceb248a4f03e89ea4b8 \
10 file://LICENSES/GFDL-1.3-or-later.txt;md5=e0771ae6a62dc8a2e50b1d450fea66b7 \
11 file://LICENSES/GPL-3.0-or-later.txt;md5=8da5784ab1c72e63ac74971f88658166 \
12"
13
14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2"
15SRC_URI[sha256sum] = "7a1b038cb198604107f9601b7c2a176e78d845858121708fa8690671cb301a79"
16
17inherit autotools bash-completion
18
19PACKAGES += "${PN}-zsh-completion"
20FILES:${PN}-zsh-completion = "${datadir}/zsh"
21
22RDEPENDS:${PN} = " \
23 perl \
24 perl-module-file-basename \
25 perl-module-file-glob \
26 perl-module-file-path \
27 perl-module-file-temp \
28 perl-module-filehandle \
29 perl-module-getopt-long \
30 perl-module-io-select \
31 perl-module-ipc-open3 \
32 perl-module-posix \
33 perl-module-symbol \
34 perl-module-thread-queue \
35 perl-module-threads \
36 perl-module-threads-shared \
37"
38
39BBCLASSEXTEND = "native"