summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-05-24 10:15:08 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-30 20:09:17 -0300
commitdcd0e5f18fb8c0e1ee095b4961a879179cbd2bd6 (patch)
treed954ded1ef7658ddb0ef20b09b4583bb4764a529
parenta65d13c315db447adda68b47faeb4c0afd0655b8 (diff)
downloadmeta-freescale-dcd0e5f18fb8c0e1ee095b4961a879179cbd2bd6.tar.gz
u-boot-fslc: Add dtc-native to DEPENDS
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
index c178e0e6..43c22bd5 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -13,6 +13,7 @@ LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 13LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
14COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" 14COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)"
15 15
16DEPENDS_append = " dtc-native"
16DEPENDS_mxs += "elftosb-native openssl-native" 17DEPENDS_mxs += "elftosb-native openssl-native"
17 18
18PROVIDES += "u-boot" 19PROVIDES += "u-boot"