From: Mikko Rapeli Date: Mon, 12 Sep 2022 07:32:17 +0000 (+0300) Subject: u-boot: switch from append to += in SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2972 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be96b384ce964ff14536d3bc40c89851a12dfb60;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git u-boot: switch from append to += in SRC_URI += allows custom layers to change the SRC_URI e.g. when updating the whole recipe to newer u-boot version. With :append, there is no way to change the variable from a bbappend. Signed-off-by: Mikko Rapeli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb index 0d2464d74bd..1ae575790c0 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb @@ -1,7 +1,7 @@ require u-boot-common.inc require u-boot.inc -SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ +SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ file://0001-riscv-fix-build-with-binutils-2.38.patch \ "