[OE-core] [PATCH] bash: fix mkbuiltins build failure

2013-01-08 Thread Saul Wold
Same patch for non-gplv3 version: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1fd9a16d2a4594a4e9179dc7353ac51ce32eb712 [YOCTO #3646] Signed-off-by: Saul Wold s...@linux.intel.com --- .../bash-3.2.48/mkbuiltins_have_stringize.patch| 29

Re: [OE-core] [PATCH] bash: fix mkbuiltins build failure

2013-01-08 Thread Andrei Gherzan
ack *Andrei Gherzan* mobile +40.744.478.414 fax +40.31.816.28.12 Email: and...@gherzan.ro Email: andrei.gher...@windriver.com Romania On Wed, Jan 9, 2013 at 12:39 AM, Saul Wold s...@linux.intel.com wrote: Same patch for non-gplv3 version:

[OE-core] [PATCH] bash: fix mkbuiltins build failure

2012-11-14 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com On hosts with FORTIFY_SOURCES, stringize support is required, as it's used by the macros to wrap functions (e.g. read and open in unistd.h). Those wrappers use the STRING() macro from unistd.h. A header in the bash sources overrides the unistd.h