diff options
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.7.6.bb')
-rw-r--r-- | meta/recipes-devtools/patch/patch_2.7.6.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.7.6.bb b/meta/recipes-devtools/patch/patch_2.7.6.bb deleted file mode 100644 index e0e44f9c97..0000000000 --- a/meta/recipes-devtools/patch/patch_2.7.6.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | require patch.inc | ||
2 | LICENSE = "GPL-3.0-only" | ||
3 | |||
4 | SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | ||
5 | file://0002-Fix-segfault-with-mangled-rename-patch.patch \ | ||
6 | file://0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch \ | ||
7 | file://0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch \ | ||
8 | file://0001-Fix-swapping-fake-lines-in-pch_swap.patch \ | ||
9 | file://CVE-2019-13636.patch \ | ||
10 | file://0001-Invoke-ed-directly-instead-of-using-the-shell.patch \ | ||
11 | file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ | ||
12 | file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \ | ||
13 | file://CVE-2019-20633.patch \ | ||
14 | " | ||
15 | |||
16 | SRC_URI[md5sum] = "4c68cee989d83c87b00a3860bcd05600" | ||
17 | SRC_URI[sha256sum] = "8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e" | ||
18 | |||
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
20 | |||
21 | acpaths = "-I ${S}/m4 " | ||
22 | |||
23 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | ||
24 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | ||
25 | |||
26 | PROVIDES:append:class-native = " patch-replacement-native" | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||