diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:01 -0800 |
| commit | 35a8cf9e9154a5552a5fddfb9132bf09d424720b (patch) | |
| tree | 967c7c66c70cc72ce94c52542cf76c4f48a81ff2 /meta-oe/recipes-extended/parallel/parallel_20241222.bb | |
| parent | 3f185b93b90cf1feb2fcd58a9db771f4a767e01d (diff) | |
| download | meta-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.bb | 39 |
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 @@ | |||
| 1 | SUMMARY = "GNU Parallel - A shell tool for executing jobs in parallel using one or more computers" | ||
| 2 | DESCRIPTION = "GNU Parallel is a command-line tool for executing jobs in parallel on one or more computers. \ | ||
| 3 | It allows users to run multiple commands simultaneously, making it easier to process large batches of tasks." | ||
| 4 | |||
| 5 | HOMEPAGE = "https://www.gnu.org/software/parallel/" | ||
| 6 | LICENSE = "CC-BY-SA-4.0 & GFDL-1.3-or-later & GPL-3.0-or-later" | ||
| 7 | |||
| 8 | LIC_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 | |||
| 14 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" | ||
| 15 | SRC_URI[sha256sum] = "7a1b038cb198604107f9601b7c2a176e78d845858121708fa8690671cb301a79" | ||
| 16 | |||
| 17 | inherit autotools bash-completion | ||
| 18 | |||
| 19 | PACKAGES += "${PN}-zsh-completion" | ||
| 20 | FILES:${PN}-zsh-completion = "${datadir}/zsh" | ||
| 21 | |||
| 22 | RDEPENDS:${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 | |||
| 39 | BBCLASSEXTEND = "native" | ||
