From 32bbb02092c51547c679f66a2a0df31e0dc4108f Mon Sep 17 00:00:00 2001 From: texierp Date: Fri, 9 Feb 2018 22:24:31 +0100 Subject: 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 (cherry picked from commit 45a47bd00a1e14c82abad9ddb6e1393cb644fda7) --- recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb | 1 + 1 file changed, 1 insertion(+) 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}" -- cgit v1.2.3-54-g00ecf