generic-poky/meta/recipes-extended/bash/bash-3.2.48
Ross Burton 220a68bfc2 bash: fix string format errors when enabling security flags
If security_flags.inc is included then bash 3.2.48 fails to build:

| ../bash-3.2.48/print_cmd.c:1152:3: error: format not a string literal and no format arguments [-Werror=format-security]
|    cprintf (indentation_string);

Backport a patch from upstream to solve this.

(From OE-Core rev: 293d90d757d0d1e292c90cb0e9c576faf911ffcc)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-20 10:28:48 +01:00
..
build-tests.patch bash: ensure LDFLAGS is passed when building ptest 2016-07-20 10:28:48 +01:00
dont-include-target-CFLAGS-in-host-LDFLAGS.patch bash_3.2.48: dont include target CFLAGS in host LDFLAGS 2015-08-10 12:40:28 -07:00
mkbuiltins_have_stringize.patch bash: fix mkbuiltins build failure 2013-01-09 15:05:25 +00:00
run-ptest bash: Add ptest 2013-07-29 13:08:59 +01:00
string-format.patch bash: fix string format errors when enabling security flags 2016-07-20 10:28:48 +01:00
test-output.patch bash: Add ptest 2013-07-29 13:08:59 +01:00