Files
poky/meta/recipes-extended
Andrei Gherzan 42d91a7db4 Replace "echo -e" with "printf" to have the same behavior in dash or bash
oe-core removed the prerequisite to have sh as bash. POSIX doesn't define
any options and furthermore allows 'echo -e' to be the default behavior.
This means that in dash 'echo -e' will actually print '-e' and interpret
backslashes by default. We use instead 'printf' builtin command with or
without '\n' to simulate 'echo -e' or 'echo -n'.
'printf' needs format while 'echo' can be used without any arguments. So
'echo >' was replaced by 'printf "" >'.
'echo' without '-n' flag adds a new line by default so to keep the same
behavior of two new lines while using 'echo "\n"', 'printf "\n\n"' is
used.

[YOCTO #3138]

(From OE-Core rev: a19880ad10ccb5d7d909dcf9de5c3dc58a0ebcd3)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-20 13:33:50 +01:00
..
2012-06-25 16:35:54 +01:00
2012-08-23 11:43:34 +01:00
2012-02-26 22:51:58 +00:00
2012-01-24 11:54:24 +00:00
2011-12-24 10:05:45 +00:00
2012-05-30 12:04:43 +01:00
2012-09-04 12:53:02 +01:00
2012-08-17 18:04:24 +01:00
2011-12-05 22:47:07 +00:00
2012-07-18 14:29:31 +01:00
2012-06-21 13:03:02 +01:00
2012-09-04 12:53:04 +01:00
2012-09-10 13:01:47 +01:00
2012-09-04 12:53:05 +01:00
2012-08-24 17:32:56 +01:00
2012-09-04 12:53:11 +01:00
2012-03-21 15:33:06 +00:00
2012-01-03 12:14:33 +00:00
2012-06-25 16:35:54 +01:00
2012-02-21 17:00:46 +00:00
2012-09-12 15:13:45 +01:00
2012-07-17 10:54:05 +01:00
2012-08-13 20:10:33 +01:00
2012-09-04 12:53:10 +01:00
2012-07-17 10:53:55 +01:00
2011-12-08 15:24:32 +00:00
2012-06-18 17:26:48 +01:00