summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirza Krak <mirza.krak@gmail.com>2017-01-06 21:19:13 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-03-14 14:09:18 +0100
commitc7a6bdbc5630eed3c958d5e65f2fec02cad905d3 (patch)
tree4bd4922a4c02bf2339701b47fdcb2fcc5da0022c
parent18a87021f079a84171885c6e816fb8800ce3b974 (diff)
u-boot-fsl-fw-utils: add u-boot-fw-utils to RPROVIDESjethro
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 <mirza.krak@gmail.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb1
1 files changed, 1 insertions, 0 deletions
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)"