On Wed, Nov 06 2024, "Zhang, Peng (Paul) (CN) via lists.openembedded.org" 
<[email protected]> wrote:

> From: Zhang Peng <[email protected]>
>
> 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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#113748): 
https://lists.openembedded.org/g/openembedded-devel/message/113748
Mute This Topic: https://lists.openembedded.org/mt/109422837/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to