Re: [OE-core] [PATCH V2 11/13] bash: update patches for 4.4

2017-02-13 Thread Burton, Ross
On 13 February 2017 at 01:35, Hongxu Jia wrote: > Could you accept the upgrade patches except ncurses and bash? > If yes, I will only resend ncurses and bash. > That's fine, the rest of the series is staged already. Ross --

Re: [OE-core] [PATCH V2 11/13] bash: update patches for 4.4

2017-02-12 Thread Hongxu Jia
On 2017年02月10日 18:54, Burton, Ross wrote: On 9 February 2017 at 06:45, Hongxu Jia > wrote: +do_install_append_class-target () { + # Workaround do_package_write_rpm failure + rm ${D}${libdir}/bash/uname +}

Re: [OE-core] [PATCH V2 11/13] bash: update patches for 4.4

2017-02-10 Thread Burton, Ross
On 9 February 2017 at 06:45, Hongxu Jia wrote: > +do_install_append_class-target () { > + # Workaround do_package_write_rpm failure > + rm ${D}${libdir}/bash/uname > +} > This isn't target specific as it also breaks nativesdk builds (

[OE-core] [PATCH V2 11/13] bash: update patches for 4.4

2017-02-08 Thread Hongxu Jia
- Update patches from upstream to 4.4 - Add ${PN}-loadable for loadable builtins which is new features in Bash 4.4 -- a. `make install' now installs the example loadable builtins and a set of bash headers to use when developing new loadable builtins. b. `enable -f'