[meta-xilinx] [PATCH 7/7] u-boot-xlnx.inc: In certain cases the 'bc' command is needed
Nathan Rossi
nathan at nathanrossi.com
Wed Oct 4 07:41:46 PDT 2017
Add bc-native as build time dependency
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
recipes-bsp/u-boot/u-boot-xlnx.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index a5e72f4fbf..56a147807f 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -1,6 +1,6 @@
require recipes-bsp/u-boot/u-boot.inc
-DEPENDS += "dtc-native"
+DEPENDS += "bc-native dtc-native"
UBRANCH ?= "master"
SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBRANCH}"
--
2.14.2
More information about the meta-xilinx
mailing list