Re: [OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-27 Thread Burton, Ross
On 26 February 2013 17:24, Javier Viguera wrote: > Any chance that this patch gets cherry-picked to 'danny' on > openembedded-core and poky repos? Integrated into the danny-next branch but unless the current 1.3.1 RC goes terribly wrong this will have to wait until 1.3.2. Ross _

Re: [OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-26 Thread Saul Wold
On 02/26/2013 09:24 AM, Javier Viguera wrote: Hi all, I just saw this patch i sent last week was pushed to openembedded-core/poky *master* branches. Thanks for that. But in my development i am using stable 'danny' branches. Any chance that this patch gets cherry-picked to 'danny' on openembedd

Re: [OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-26 Thread Javier Viguera
Hi all, I just saw this patch i sent last week was pushed to openembedded-core/poky *master* branches. Thanks for that. But in my development i am using stable 'danny' branches. Any chance that this patch gets cherry-picked to 'danny' on openembedded-core and poky repos? - Javier Viguera S

[OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-20 Thread Javier Viguera
Dash's 'echo' command expands '\n' by default, so the '\n' is not included in the '/etc/issue' file. Use 'printf' for portability between different shells. Signed-off-by: Javier Viguera --- Probably also worth to be cherry-picked to 'danny' branch. meta/recipes-core/base-files/base-files_3.0.