mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
We have long since obsoleted md5sum in favour of sha256sum. Drop the remaining 56 entries (which were showing many recipes hadn't been touched in a long time). They all do have the corresponding sha256sum entries as is clear from the diff. (From OE-Core rev: 7e4bfcc9706fa8a09f6a0004174a2c3b21c90df3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
1.1 KiB
BlitzBasic
26 lines
1.1 KiB
BlitzBasic
require patch.inc
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
|
|
file://0002-Fix-segfault-with-mangled-rename-patch.patch \
|
|
file://0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch \
|
|
file://0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch \
|
|
file://0001-Fix-swapping-fake-lines-in-pch_swap.patch \
|
|
file://CVE-2019-13636.patch \
|
|
file://0001-Invoke-ed-directly-instead-of-using-the-shell.patch \
|
|
file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \
|
|
file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
|
|
file://CVE-2019-20633.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}"
|
|
PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
|
|
|
|
PROVIDES:append:class-native = " patch-replacement-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|