21 lines
906 B
BlitzBasic
21 lines
906 B
BlitzBasic
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
|
|
|
|
FILESEXTRAPATHS_prepend := "${COREBASE}/meta/recipes-kernel/linux-libc-headers/linux-libc-headers:"
|
|
|
|
SRC_URI_append_libc-musl = "\
|
|
file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \
|
|
file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch \
|
|
file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \
|
|
file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \
|
|
file://0001-if_ether-move-muslc-ethhdr-protection-to-uapi-file.patch \
|
|
file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \
|
|
"
|
|
SRC_URI_append = "\
|
|
file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "ce9b2d974d27408a61c53a30d3f98fb9"
|
|
SRC_URI[sha256sum] = "bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491"
|
|
|
|
DEPENDS += "rsync-native"
|