From: Rasmus Villemoes <ravi@prevas.dk>
To: openembedded-devel@lists.openembedded.org, peng.zhang1.cn@windriver.com
Subject: Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel
Date: Thu, 07 Nov 2024 12:08:22 +0100 [thread overview]
Message-ID: <87fro3gv2x.fsf@prevas.dk> (raw)
In-Reply-To: <20241106110311.1657900-1-peng.zhang1.cn@windriver.com> (Peng via lists openembedded org Zhang's message of "Wed, 6 Nov 2024 19:03:11 +0800")
On Wed, Nov 06 2024, "Zhang, Peng (Paul) (CN) via lists.openembedded.org" <peng.zhang1.cn=windriver.com@lists.openembedded.org> wrote:
> 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.
>
...
> +
> +inherit autotools bash-completion
> +
> +DEPENDS += "perl"
> +
> +RDEPENDS:${PN} += "perl \
> + perl-module-ipc-open3 \
> + perl-module-getopt-long \
> + perl-module-file-temp \
> + perl-module-filehandle \
> + perl-module-file-glob \
> +"
> +do_install:append() {
> + rm -rf ${D}${datadir}/zsh
> +}
Why remove this rather than just putting it in a package by itself, as
other recipes seem to deal with this.
PACKAGES =+ "${PN}-zsh-completion"
FILES:${PN}-zsh-completion = "${datadir}/zsh"
even saves a whole line :)
Otherwise, LGTM.
Rasmus
next prev parent reply other threads:[~2024-11-07 11:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-06 11:03 [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel peng.zhang1.cn
2024-11-07 11:08 ` Rasmus Villemoes [this message]
2024-11-09 13:54 ` [oe] " Zhang, Peng (Paul) (CN)
2024-11-08 11:04 ` Peter Kjellerstedt
2024-11-09 13:56 ` Zhang, Peng (Paul) (CN)
2024-11-10 21:29 ` Peter Kjellerstedt
2024-11-12 1:56 ` Peng Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fro3gv2x.fsf@prevas.dk \
--to=ravi@prevas.dk \
--cc=openembedded-devel@lists.openembedded.org \
--cc=peng.zhang1.cn@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.