trustfence-cst: fix OpenSSL deps for native/nativesdk

Move OpenSSL dependency from the common include file to the specific
recipes:
- trustfence-cst-native: openssl-native
- nativesdk-trustfence-cst: nativesdk-openssl

https://onedigi.atlassian.net/browse/DEL-9760

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2025-09-01 17:21:41 +02:00
parent 0ceb58fc57
commit 904a543511
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Copyright (C) 2022, Digi International Inc.
# Copyright (C) 2022-2025, Digi International Inc.
require trustfence-cst-${PV}.inc
DEPENDS += "nativesdk-openssl"
inherit nativesdk

View File

@ -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"
SRC_URI = " \
${DIGI_PKG_SRC}/cst-${PV}.tgz;name=cst \

View File

@ -1,5 +1,7 @@
# Copyright (C) 2022, Digi International Inc.
# Copyright (C) 2022-2025, Digi International Inc.
require trustfence-cst-${PV}.inc
DEPENDS += "openssl-native"
inherit native