[oe-commits] [openembedded-core] 06/55: u-boot-mkimage: Add dependency on dtc

git at git.openembedded.org git at git.openembedded.org
Sat Mar 3 22:56:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 14ee34e85f2b4768fb4488f8e708e678b0e23d5d
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Feb 22 17:54:57 2018 -0300

    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 <rm.santos.caldas at gmail.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb | 2 ++
 1 file changed, 2 insertions(+)

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 f1fc564..1c008be 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list