[PATCH] classes/tfm_sign_image: Fix assignment whitespace
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Fix whitespace to avoid a warning with newer bitbake. Signed-off-by: Richard Purdie <[email protected]> --- meta-arm/classes/tfm_sign_image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/classes/tfm_sign_image.bbclass b/meta-arm/classes/tfm_sign_image.bbclass index 24df7682..44ef3318 100644 --- a/meta-arm/classes/tfm_sign_image.bbclass +++ b/meta-arm/classes/tfm_sign_image.bbclass @@ -33,7 +33,7 @@ DEPENDS += "trusted-firmware-m-scripts-native" # python3-cryptography needs the legacy provider, so set OPENSSL_MODULES to the # 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 # in an image recipe to customize the arguments.