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

Cody Piersall cody at arrc.ou.edu
Fri Mar 24 16:16:44 UTC 2017


do_install_append() removes a lot of useful functionality from the zsh shell.
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




More information about the Openembedded-devel mailing list