mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 19:37:04 +00:00
classes/tfm_sign_image: Fix assignment whitespace
Fix whitespace to avoid a warning with newer bitbake. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
385450558e
commit
ca97d0fcec
@@ -33,7 +33,7 @@ DEPENDS += "trusted-firmware-m-scripts-native"
|
|||||||
|
|
||||||
# python3-cryptography needs the legacy provider, so set OPENSSL_MODULES to the
|
# python3-cryptography needs the legacy provider, so set OPENSSL_MODULES to the
|
||||||
# right path until this is relocated automatically.
|
# right path until this is relocated automatically.
|
||||||
export OPENSSL_MODULES="${STAGING_LIBDIR_NATIVE}/ossl-modules"
|
export OPENSSL_MODULES = "${STAGING_LIBDIR_NATIVE}/ossl-modules"
|
||||||
|
|
||||||
# The arguments passed to the TF-M image signing script. Override this variable
|
# The arguments passed to the TF-M image signing script. Override this variable
|
||||||
# in an image recipe to customize the arguments.
|
# in an image recipe to customize the arguments.
|
||||||
|
|||||||
Reference in New Issue
Block a user