From: texierp Date: Fri, 9 Feb 2018 21:24:31 +0000 (+0100) Subject: u-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=45a47bd00a1e14c82abad9ddb6e1393cb644fda7;p=meta-freescale.git u-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES 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 Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb index 84ba445b..abcb5013 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb @@ -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}"