From 9cbbdfae65655190c4c9158a94a89f6f90730be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 18 Jun 2020 16:35:20 +0200 Subject: [PATCH] u-boot-variscite: add bc-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-bsp/u-boot/u-boot-variscite_2017.03.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-variscite_2017.03.bb b/recipes-bsp/u-boot/u-boot-variscite_2017.03.bb index c0586db..fbc4322 100644 --- a/recipes-bsp/u-boot/u-boot-variscite_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-variscite_2017.03.bb @@ -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"