diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-05-24 10:15:08 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-30 20:09:17 -0300 |
commit | dcd0e5f18fb8c0e1ee095b4961a879179cbd2bd6 (patch) | |
tree | d954ded1ef7658ddb0ef20b09b4583bb4764a529 | |
parent | a65d13c315db447adda68b47faeb4c0afd0655b8 (diff) | |
download | meta-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.inc | 1 |
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+" | |||
13 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | 13 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
14 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" | 14 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" |
15 | 15 | ||
16 | DEPENDS_append = " dtc-native" | ||
16 | DEPENDS_mxs += "elftosb-native openssl-native" | 17 | DEPENDS_mxs += "elftosb-native openssl-native" |
17 | 18 | ||
18 | PROVIDES += "u-boot" | 19 | PROVIDES += "u-boot" |