[oe] [meta-OE] Remove do_install_append() from zsh recipe.

Andre McCurdy armccurdy at gmail.com
Tue Mar 28 18:06:46 UTC 2017


On Fri, Mar 24, 2017 at 9:16 AM, Cody Piersall <cody at arrc.ou.edu> wrote:
> do_install_append() removes a lot of useful functionality from the zsh shell.

What exactly is this "useful functionality" ?

Maybe it could be put in a separate package.

> If a user requires this limited shell, they can add it in a bbappend file.
> ---
>  meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
> index 39b2d95..d5bb1b7 100644
> --- a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
> +++ b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
> @@ -44,10 +44,6 @@ do_configure () {
>      oe_runconf
>  }
>
> -do_install_append () {
> -    rm -fr ${D}/usr/share
> -}
> -
>  pkg_postinst_${PN} () {
>      touch $D${sysconfdir}/shells
>      grep -q "bin/zsh" $D${sysconfdir}/shells || echo /bin/zsh >> $D${sysconfdir}/shells
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list