summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stat/stat_3.3.bb
diff options
context:
space:
mode:
authorEdwin Plauchu <edwin.plauchu.camacho@intel.com>2016-05-17 14:25:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-19 09:05:20 +0100
commit8ed25517a9ba01b85153a0ffb93fd62b09b21756 (patch)
tree4b7987d85aaee49ee7832e878857a5f0850897bf /meta/recipes-extended/stat/stat_3.3.bb
parent1613275de75037ba79aa88ee257f5055211de93d (diff)
downloadpoky-8ed25517a9ba01b85153a0ffb93fd62b09b21756.tar.gz
stat: fix security issues
This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] (From OE-Core rev: f03c1f41933e9997a01a8b1dcdf9fb18579de1d1) Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stat/stat_3.3.bb')
-rw-r--r--meta/recipes-extended/stat/stat_3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb
index a5ece07440..0697c73908 100644
--- a/meta/recipes-extended/stat/stat_3.3.bb
+++ b/meta/recipes-extended/stat/stat_3.3.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \
6 file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f" 6 file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
7 7
8SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/${BP}.tar.gz \ 8SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/${BP}.tar.gz \
9 file://fix-security-format.patch \
9 file://fix-error-return.patch" 10 file://fix-error-return.patch"
10 11
11SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3" 12SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3"