From: Mikko Rapeli Date: Mon, 12 Sep 2022 07:32:21 +0000 (+0300) Subject: linux-libc-headers: switch from SRC_URI:append to SRC_URI += X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2968 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6604795a3f7e53fd748d4103b521d8baf35cf7be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-libc-headers: switch from SRC_URI:append to SRC_URI += The :append can not be removed via bbappends in custom layers so it's better to use += appends when ever possible. Signed-off-by: Mikko Rapeli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.19.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.19.bb index 528e1d3379a..3557526d149 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.19.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.19.bb @@ -7,7 +7,7 @@ SRC_URI:append:libc-musl = "\ file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ " -SRC_URI:append = "\ +SRC_URI += "\ file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \ file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ "