From: Otavio Salvador Date: Thu, 22 Feb 2018 20:54:57 +0000 (-0300) Subject: u-boot-mkimage: Add dependency on dtc X-Git-Tag: uninative-1.8~210 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14ee34e85f2b4768fb4488f8e708e678b0e23d5d;p=openembedded-core.git u-boot-mkimage: Add dependency on dtc The dtc is used when generating images which use Device Tree and we must use the OE version to avoid relying on the host one. Reported-by: Renato Caldas Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb index f1fc564492..1c008be96e 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb @@ -24,4 +24,6 @@ do_install () { ln -sf uboot-mkimage ${D}${bindir}/mkimage } +RDEPENDS_${PN} += "dtc" + BBCLASSEXTEND = "native nativesdk"