summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortexierp <texier.pj2@gmail.com>2018-02-09 22:24:31 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2018-02-21 09:00:23 -0300
commit45a47bd00a1e14c82abad9ddb6e1393cb644fda7 (patch)
treecfa81eb7ebbbb3a59df61beb40976e2828ff15bf
parent6ee7b1a9fb585dab8a413cc0621a33718f59e466 (diff)
downloadmeta-freescale-45a47bd00a1e14c82abad9ddb6e1393cb644fda7.tar.gz
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 <texier.pj2@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb1
1 files changed, 1 insertions, 0 deletions
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() {
38 sysroot_stage_dir ${D}${bindir_cross} ${SYSROOT_DESTDIR}${bindir_cross} 38 sysroot_stage_dir ${D}${bindir_cross} ${SYSROOT_DESTDIR}${bindir_cross}
39} 39}
40 40
41PROVIDES += "u-boot-fw-utils"
41RPROVIDES_${PN} += "u-boot-fw-utils" 42RPROVIDES_${PN} += "u-boot-fw-utils"
42 43
43PACKAGE_ARCH = "${MACHINE_ARCH}" 44PACKAGE_ARCH = "${MACHINE_ARCH}"