From 827bda6303c9d637efb4b94727b67e1857760171 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 21 Apr 2018 17:41:03 -0300 Subject: u-boot-fslc-mxsboot: Add dtc as build dependency The dtc must be available during build time. It fixes a build error when host does not have it installed and we are building a native variant. Change-Id: I3a64d40575bce9ae4289a419ea8892fe006b7de6 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb index 533bfbf6..ed32a274 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb @@ -3,7 +3,7 @@ require u-boot-fslc-common_${PV}.inc DESCRIPTION = "U-boot bootloader mxsboot tool" SECTION = "bootloader" -DEPENDS = "openssl" +DEPENDS = "dtc openssl" PROVIDES = "u-boot-mxsboot" -- cgit v1.2.3-54-g00ecf