From 691754a8a67f82b72d9ed059f3a6d08cde198e8f Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Sat, 30 Sep 2017 21:54:29 +1000 Subject: u-boot-xlnx.inc: In certain cases the 'bc' command is needed Add bc-native as build time dependency Signed-off-by: Nathan Rossi --- 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 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 @@ 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}" -- cgit v1.2.3-54-g00ecf