From df93a23ad417e97924eda8c4a5d20ea34c929b44 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 23 Nov 2020 10:31:10 +0000 Subject: [PATCH] arm-bsp/external-system: remove coreutils-native DEPENDS This recipe doesn't appear to actually need coreutils-native at all, and using it exposes a bug in pseudo where cp crashes. Change-Id: I2fbf9ee75165194866e4a14758ed06148340dc2b Signed-off-by: Ross Burton --- .../recipes-bsp/external-system/external-system_0.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb index 84da7ceb..a8052c6e 100644 --- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb +++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb @@ -2,7 +2,7 @@ SUMMARY = "External system Cortex-M3 Firmware" DESCRIPTION = "Firmware to be loaded and run in External System Harness in\ support to the main application CPU." HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/external-system.git" -DEPENDS = "coreutils-native gcc-arm-none-eabi-native" +DEPENDS = "gcc-arm-none-eabi-native" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0"