From f62e8915300f5f98849e8336eedc991074a1f402 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 8 Aug 2023 09:05:30 +0200 Subject: u-boot-toradex: fix provides PROVIDES is reassigned in the u-boot.inc file. Use `:append`, so that the value assigned is not overwritten later. Fixes: 69bbd0e ("u-boot-toradex: merge .inc file into recipe") | ERROR: Nothing PROVIDES 'u-boot' (but .../imx-boot_1.0.bb DEPENDS on or otherwise requires it) Related-to: ELB-5266 Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex_2022.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb index 4703b58..7235291 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb @@ -4,7 +4,7 @@ SECTION = "bootloaders" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "bc-native dtc-native flex-native bison-native python3-setuptools-native" -PROVIDES += "u-boot" +PROVIDES:append = " u-boot" require recipes-bsp/u-boot/u-boot.inc -- cgit v1.2.3