From 220a68bfc2cfd4f243706d97e3944f02b2bc01ff Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 14 Jul 2016 10:21:51 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/bash/bash_3.2.48.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/bash/bash_3.2.48.bb') diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/meta/recipes-extended/bash/bash_3.2.48.bb index d42b292b0a..6b4028df11 100644 --- a/meta/recipes-extended/bash/bash_3.2.48.bb +++ b/meta/recipes-extended/bash/bash_3.2.48.bb @@ -20,6 +20,7 @@ SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz;name=tarball \ file://test-output.patch \ file://run-ptest \ file://dont-include-target-CFLAGS-in-host-LDFLAGS.patch \ + file://string-format.patch \ " SRC_URI[tarball.md5sum] = "338dcf975a93640bb3eaa843ca42e3f8" -- cgit v1.2.3-54-g00ecf