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:
parent
a3af0c8597
commit
f2da72b2eb
|
|
@ -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 \
|
||||||
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue