From 3bb174b1a1587a319c3441d42e995f2e38f7532e Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Sun, 27 Jul 2025 11:30:40 +1000 Subject: [PATCH] trustfence-cst: fix dependency on openssl-native Reported-by: Ben Kollar Signed-off-by: Hector Palacios --- .../recipes-bsp/trustfence-cst/trustfence-cst-3.4.1.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/trustfence-cst/trustfence-cst-3.4.1.inc b/meta-digi-arm/recipes-bsp/trustfence-cst/trustfence-cst-3.4.1.inc index 5a460989a..f76b9b549 100644 --- a/meta-digi-arm/recipes-bsp/trustfence-cst/trustfence-cst-3.4.1.inc +++ b/meta-digi-arm/recipes-bsp/trustfence-cst/trustfence-cst-3.4.1.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2024, Digi International Inc. +# Copyright (C) 2017-2025, Digi International Inc. SUMMARY = "NXP Code signing Tool for the High Assurance Boot library" DESCRIPTION = "Provides software code signing support designed for use with \ @@ -7,7 +7,7 @@ HOMEPAGE = "https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.bsd3;md5=14aba05f9fa6c25527297c8aac95fcf6" -DEPENDS = "byacc-native flex-native openssl" +DEPENDS = "byacc-native flex-native openssl-native" SRC_URI = " \ ${DIGI_PKG_SRC}/cst-${PV}.tgz;name=cst \