trustfence-stm-signtools: add rdepends on nativesdk-qtbase

The tools STM32MP_KeyGen_CLI and STM32MP_SigningTool_CLI have
a dependency of libQt5Core.so.5 which is provided by qtbase.
Add this dependency to avoid errors during SDK generation.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-05-11 11:26:07 +02:00
parent a3af0c8597
commit f2da72b2eb
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@
require trustfence-stm-signtools.inc require trustfence-stm-signtools.inc
inherit nativesdk inherit nativesdk
# STM signing tools binaries depend on libQt5Core.so.5
RDEPENDS:${PN} += " \
nativesdk-qtbase \
"