summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-08 09:05:30 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-08 09:08:26 +0200
commitf62e8915300f5f98849e8336eedc991074a1f402 (patch)
treeb3f17f70cf7a6f770ed51bd150c3474340a1c52e
parent69bbd0e41af0689f8d6185aae4bf46f6173ddc59 (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2022.04.bb2
1 files changed, 1 insertions, 1 deletions
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