diff options
| author | Changqing Li <changqing.li@windriver.com> | 2019-12-27 16:08:05 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 08:47:12 +0000 |
| commit | 2d4b6820c19a286eab020173e58052b1483c863e (patch) | |
| tree | fa15ce3388763e709d73b7403b5688dca263548c /meta/recipes-extended/cpio/cpio_2.13.bb | |
| parent | 61f8a68e4e443fffd1c9eedd7f8100939fb14dd9 (diff) | |
| download | poky-2d4b6820c19a286eab020173e58052b1483c863e.tar.gz | |
cpio: remove unused CVE patch
According to the home page, https://www.gnu.org/software/cpio/,
CVE-2015-1197 have been fix in version 2.13, so removed
this patch get from SUSE
(From OE-Core rev: 6e37b0cba0d59e020ed031659aa050ce4e7c4ccd)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cpio/cpio_2.13.bb')
| -rw-r--r-- | meta/recipes-extended/cpio/cpio_2.13.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.13.bb b/meta/recipes-extended/cpio/cpio_2.13.bb index 69615a9a0f..ecea8c6d8e 100644 --- a/meta/recipes-extended/cpio/cpio_2.13.bb +++ b/meta/recipes-extended/cpio/cpio_2.13.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \ |
| 10 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 10 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
| 11 | file://0001-Fix-CVE-2015-1197.patch \ | ||
| 12 | " | 11 | " |
| 13 | 12 | ||
| 14 | SRC_URI[md5sum] = "389c5452d667c23b5eceb206f5000810" | 13 | SRC_URI[md5sum] = "389c5452d667c23b5eceb206f5000810" |
