summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-09-30 21:54:29 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-10-18 18:00:09 +1000
commit691754a8a67f82b72d9ed059f3a6d08cde198e8f (patch)
tree024b30678261513b675a92734381846648f93294
parente180ef976831a278565f3b72c62621ae80d2e19e (diff)
downloadmeta-xilinx-691754a8a67f82b72d9ed059f3a6d08cde198e8f.tar.gz
u-boot-xlnx.inc: In certain cases the 'bc' command is needed
Add bc-native as build time dependency Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index a5e72f4f..56a14780 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -1,6 +1,6 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3DEPENDS += "dtc-native" 3DEPENDS += "bc-native dtc-native"
4 4
5UBRANCH ?= "master" 5UBRANCH ?= "master"
6SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBRANCH}" 6SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBRANCH}"