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 | 25 |
1 files changed, 0 insertions, 25 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 3dc3b5863c..0000000000 --- a/meta/recipes-devtools/patch/patch_2.7.6.bb +++ /dev/null | |||
@@ -1,25 +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[sha256sum] = "8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e" | ||
17 | |||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
19 | |||
20 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | ||
21 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | ||
22 | |||
23 | PROVIDES:append:class-native = " patch-replacement-native" | ||
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||