Re: [OE-core] [PATCH 1/5] file: avoid to handle special character

2013-11-27 Thread Burton, Ross
On 27 November 2013 07:55, Yue Tao wrote: > avoid to handle special character '@' in filename and directory. Please explain the problem more accurately. From looking I presume the situation here is that the sed breaks when building file-native and the build directory contains @, as ${MAGIC} is $

Re: [OE-core] [PATCH 1/5] file: avoid to handle special character

2013-11-27 Thread Richard Purdie
On Wed, 2013-11-27 at 15:55 +0800, Yue Tao wrote: > From: Li Wang > > avoid to handle special character '@' in filename and directory. > > Signed-off-by: Li Wang > --- > .../file/file/avoid_handle_special_character.patch | 36 > > meta/recipes-devtools/file/file_5.15.bb

[OE-core] [PATCH 1/5] file: avoid to handle special character

2013-11-26 Thread Yue Tao
From: Li Wang avoid to handle special character '@' in filename and directory. Signed-off-by: Li Wang --- .../file/file/avoid_handle_special_character.patch | 36 meta/recipes-devtools/file/file_5.15.bb|1 + 2 files changed, 37 insertions(+), 0 deletions(