From c7a6bdbc5630eed3c958d5e65f2fec02cad905d3 Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Fri, 6 Jan 2017 21:19:13 +0100 Subject: u-boot-fsl-fw-utils: add u-boot-fw-utils to RPROVIDES Otherwise packages that have a run-time dependency on u-boot-fw-utils will not build u-boot-toradex-fsl-fw-utils and instead use the "default" one. This was observed when layer is used together with poky. Signed-off-by: Mirza Krak Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb index 4ae73f0..f8c58df 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb @@ -3,6 +3,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SECTION = "bootloader" PROVIDES = "u-boot-fw-utils" +RPROVIDES_${PN} = "u-boot-fw-utils" DEPENDS = "mtd-utils" COMPATIBLE_MACHINE = "(apalis-imx6|colibri-imx6|colibri-imx7|colibri-vf)" -- cgit v1.2.3