From b112f0510e4a65160271ac8fbc8b5dd7ec083a87 Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Sat, 10 Feb 2018 23:03:23 +0100 Subject: [PATCH] trustfence-sign-tools: add missing dependency util-linux is needed as the scripts use 'hexdump'. In previous versions of Yocto the tool from the host was used, but this has been fixed in Yocto 2.3 Also fix the other dependencies: the -native suffix is not needed nor correct, as the native and nativesdk classes already map packages in the DEPENDS variable to the corresponding packages. Signed-off-by: Jose Diaz de Grenu --- .../recipes-digi/trustfence/trustfence-sign-tools_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_1.0.bb b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_1.0.bb index 5c8cf61c9..029bb2121 100644 --- a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_1.0.bb +++ b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools_1.0.bb @@ -3,7 +3,7 @@ SUMMARY = "TrustFence signing and encryption scripts" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -DEPENDS = "trustfence-cst-native coreutils-native" +DEPENDS = "trustfence-cst coreutils util-linux" SRCBRANCH = "v2015.04/master" SRCREV = "${AUTOREV}"