]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES
authortexierp <texier.pj2@gmail.com>
Fri, 9 Feb 2018 21:24:31 +0000 (22:24 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 21 Feb 2018 12:00:56 +0000 (09:00 -0300)
Without this, bitbake use the default one, and not "u-boot-fslc-fw-utils".

This was observed when layer is used together with poky (with Mender).

Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 45a47bd00a1e14c82abad9ddb6e1393cb644fda7)

recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb

index 84ba445b8cc260cb15a772e4d2e7fdae8bcb8f0d..abcb5013d96c2111cb43cf81c3fc784f5748fa5f 100644 (file)
@@ -38,6 +38,7 @@ uboot_fw_utils_cross() {
     sysroot_stage_dir ${D}${bindir_cross} ${SYSROOT_DESTDIR}${bindir_cross}
 }
 
+PROVIDES += "u-boot-fw-utils"
 RPROVIDES_${PN} += "u-boot-fw-utils"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"