From: Otavio Salvador Date: Sat, 21 Apr 2018 20:41:03 +0000 (-0300) Subject: u-boot-fslc-mxsboot: Add dtc as build dependency X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=827bda6303c9d637efb4b94727b67e1857760171;p=meta-freescale.git 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 --- 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"