diff options
author | Mirza Krak <mirza.krak@gmail.com> | 2017-01-06 21:19:13 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2017-01-10 18:50:22 +0100 |
commit | 693782574111d490540f45034bece2cc2ed080b1 (patch) | |
tree | 4fee3247ce6f7e6238f23a98943f75d33c331592 /recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | |
parent | 6e1f5676818ba9f349c8447422f8c08bd054e84b (diff) |
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 <mirza.krak@gmail.com>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 1 |
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 01ef06c..88db4e1 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=a2c678cfd4a4d97135585cad908541c6" 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)" |