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:56 -0300
commit32bbb02092c51547c679f66a2a0df31e0dc4108f (patch)
treed36c87a2a26792c11f9eb29fc77ab9305dda045f
parent71a54c7b50221800fa4c90c30a425c2f119db3bc (diff)
downloadmeta-freescale-32bbb02092c51547c679f66a2a0df31e0dc4108f.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> (cherry picked from commit 45a47bd00a1e14c82abad9ddb6e1393cb644fda7)
-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}"