mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
f57de4d2d9
commit
9cbbdfae65
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user