u-boot-variscite: add bc-native to DEPENDS

It seems building recent u-boot does not require native bc any more. So
while moving on it seems oe-core removed it from u-boot.inc so we need to add
it.

Fixes:
| /bin/sh: bc: command not found

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller 2020-06-18 16:35:20 +02:00 committed by Otavio Salvador
parent f57de4d2d9
commit 9cbbdfae65

View File

@ -5,6 +5,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
COMPATIBLE_MACHINE = "(imx6qdl-variscite-som)"
DEPENDS += "bc-native"
PROVIDES += "u-boot"
SPL_BINARY = "SPL"