All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] parallel: Add recipe for GUN Parallel
@ 2024-11-05 10:10 peng.zhang1.cn
  2024-11-05 11:07 ` [oe] " Rasmus Villemoes
  0 siblings, 1 reply; 5+ messages in thread
From: peng.zhang1.cn @ 2024-11-05 10:10 UTC (permalink / raw)
  To: openembedded-devel

From: Zhang Peng <peng.zhang1.cn@windriver.com>

This recipe adds the parallel package, a shell tool for executing jobs
in parallel using one or more computers.

Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
---
 .../parallel/parallel_20150322.bb             | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-extended/parallel/parallel_20150322.bb

diff --git a/meta-oe/recipes-extended/parallel/parallel_20150322.bb b/meta-oe/recipes-extended/parallel/parallel_20150322.bb
new file mode 100644
index 000000000..e65cb0402
--- /dev/null
+++ b/meta-oe/recipes-extended/parallel/parallel_20150322.bb
@@ -0,0 +1,22 @@
+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 = "GPL-3.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "https://ftp.gnu.org/gnu/parallel/parallel-${PV}.tar.bz2"
+SRC_URI[sha256sum] = "2c00799cbbc07a57b4c1411bb9fb787ef2d2f6d1ff491093258baf4fda0a52ff"
+
+inherit autotools
+
+DEPENDS += "perl"
+
+RDEPENDS:${PN} += "perl \
+        perl-module-ipc-open3 \
+        perl-module-getopt-long \
+        perl-module-file-temp \
+        perl-module-filehandle \
+        perl-module-file-glob \
+"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-06 10:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 10:10 [meta-oe][PATCH] parallel: Add recipe for GUN Parallel peng.zhang1.cn
2024-11-05 11:07 ` [oe] " Rasmus Villemoes
2024-11-05 23:15   ` Zhang, Peng (Paul) (CN)
2024-11-06  0:26     ` Khem Raj
2024-11-06 10:52       ` Peng Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.