[OE-core] Remove do_install_append() from zsh's recipe

2017-03-24 Thread Cody Piersall
Hello, The recipe for building zsh includes the following function: do_install_append () { rm -fr ${D}/usr/share } For me, this is not a useful function because zsh store lots of nice functionality in the "/usr/share/zsh/5.0.5/functions" directory. This includes things like typing cd and a

Re: [OE-core] Remove do_install_append() from zsh's recipe

2017-03-24 Thread Cody Piersall
On Fri, Mar 24, 2017 at 9:28 AM, Burton, Ross wrote: > Patches for meta-oe need to go to the > openembedded-de...@lists.openembedded.org list, not -core which is specific > to oe-core. > > Also put [meta-oe] in the subject prefix, and send the patch using > git-format-patch with a properly formatt