diff options
author | Fahad Usman <fahad_usman@mentor.com> | 2012-12-12 18:01:32 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-13 15:18:45 +0000 |
commit | 5693f3e15850cdb05bafb178d92df1aa8e196fe9 (patch) | |
tree | 7660abd24acc7377ef9bfd2bccf188d8b32a36e7 /meta/recipes-extended/tar/tar_1.26.bb | |
parent | db07a94e0fe400390e3bbe49a5be10aff1ea3619 (diff) | |
download | poky-5693f3e15850cdb05bafb178d92df1aa8e196fe9.tar.gz |
tar: apply fedora patch for fortify sources sigabort
See https://qa.mandriva.com/show_bug.cgi?id=61419 for details.
(From OE-Core rev: 648cda68def82fa12b3af599c06caecdc7568668)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
the patch was imported from meta-mentor layer on yoctoproject git server
http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor as of commit id
333d2e0510a1e052cb83a6f8beed6d8bcea59b2c
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.26.bb')
-rw-r--r-- | meta/recipes-extended/tar/tar_1.26.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/tar/tar_1.26.bb b/meta/recipes-extended/tar/tar_1.26.bb index 03a35c3d3f..d45c2b14ed 100644 --- a/meta/recipes-extended/tar/tar_1.26.bb +++ b/meta/recipes-extended/tar/tar_1.26.bb | |||
@@ -3,9 +3,10 @@ require tar.inc | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | PR = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI += "file://remove-gets.patch \ | 8 | SRC_URI += "file://remove-gets.patch \ |
9 | file://tar-1.26-fortifysourcessigabrt.patch\ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519" | 12 | SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519" |