summaryrefslogtreecommitdiffstats
path: root/recipes-extended/tar/tar_1.17.bb
diff options
context:
space:
mode:
authorJoakim Roubert <joakimr@axis.com>2019-09-18 08:37:04 +0200
committerPeter Kjellerstedt <pkj@axis.com>2019-09-18 17:34:34 +0200
commit6e3fb2c1b28eabc45faf104dfcfca1800d081e24 (patch)
treedcacd16bc9b667e650b0e23d6beab1783f96027f /recipes-extended/tar/tar_1.17.bb
parent1e2480e50f34e55bdfd5e06f98441e03a3752d5a (diff)
downloadmeta-gplv2-6e3fb2c1b28eabc45faf104dfcfca1800d081e24.tar.gz
tar: Make it build with GCC 8.3
This avoids the following error: lib/argp-parse.c: In function 'argp_version_parser': lib/argp-parse.c:158:2: error: format not a string literal and no format arguments [-Werror=format-security] __argp_error (state, dgettext (state->root_argp->argp_domain, ^~~~~~~~~~~~ Signed-off-by: Joakim Roubert <joakim.roubert@axis.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Diffstat (limited to 'recipes-extended/tar/tar_1.17.bb')
-rw-r--r--recipes-extended/tar/tar_1.17.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/tar/tar_1.17.bb b/recipes-extended/tar/tar_1.17.bb
index b9ca206..1ee5e34 100644
--- a/recipes-extended/tar/tar_1.17.bb
+++ b/recipes-extended/tar/tar_1.17.bb
@@ -8,6 +8,7 @@ PR = "r3"
8SRC_URI += "file://m4extensions.patch \ 8SRC_URI += "file://m4extensions.patch \
9 file://gcc43build.patch \ 9 file://gcc43build.patch \
10 file://avoid_heap_overflow.patch \ 10 file://avoid_heap_overflow.patch \
11 file://0001-lib-argp-parse.c-Fix-compiler-error.patch \
11 " 12 "
12 13
13SRC_URI[md5sum] = "c6c4f1c075dbf0f75c29737faa58f290" 14SRC_URI[md5sum] = "c6c4f1c075dbf0f75c29737faa58f290"