diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 11:28:55 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 12:09:22 +0200 |
commit | 01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727 (patch) | |
tree | c72fee554c65b9ab02f8f22a3c8da38ce6285900 /recipes-security | |
parent | a050654d6b2dab4068ede53f288b23bb53b300ce (diff) | |
download | meta-freescale-01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727.tar.gz |
recipes: fix whitespace warnings
Fix some more whitspace warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-fslc.inc | 2 | ||||
-rw-r--r-- | recipes-security/smw/smw_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee-imx/optee-fslc.inc b/recipes-security/optee-imx/optee-fslc.inc index 6e380e05..c89746dc 100644 --- a/recipes-security/optee-imx/optee-fslc.inc +++ b/recipes-security/optee-imx/optee-fslc.inc | |||
@@ -32,7 +32,7 @@ EXTRA_OEMAKE += "V=1 \ | |||
32 | " | 32 | " |
33 | # python3-cryptography needs the legacy provider, so set OPENSSL_MODULES to the | 33 | # python3-cryptography needs the legacy provider, so set OPENSSL_MODULES to the |
34 | # right path until this is relocated automatically. | 34 | # right path until this is relocated automatically. |
35 | export OPENSSL_MODULES="${STAGING_LIBDIR_NATIVE}/ossl-modules" | 35 | export OPENSSL_MODULES = "${STAGING_LIBDIR_NATIVE}/ossl-modules" |
36 | 36 | ||
37 | CFLAGS += "--sysroot=${STAGING_DIR_HOST}" | 37 | CFLAGS += "--sysroot=${STAGING_DIR_HOST}" |
38 | 38 | ||
diff --git a/recipes-security/smw/smw_git.bb b/recipes-security/smw/smw_git.bb index 3f77ad06..3c1d0490 100644 --- a/recipes-security/smw/smw_git.bb +++ b/recipes-security/smw/smw_git.bb | |||
@@ -35,7 +35,7 @@ OPTEE_OS_TA_EXPORT_DIR:aarch64 = "${STAGING_INCDIR}/optee/export-user_ta_arm64" | |||
35 | OPTEE_OS_TA_EXPORT_DIR:arm = "${STAGING_INCDIR}/optee/export-user_ta_arm32" | 35 | OPTEE_OS_TA_EXPORT_DIR:arm = "${STAGING_INCDIR}/optee/export-user_ta_arm32" |
36 | 36 | ||
37 | # Needs to sign OPTEE TAs | 37 | # Needs to sign OPTEE TAs |
38 | export OPENSSL_MODULES="${STAGING_LIBDIR_NATIVE}/ossl-modules" | 38 | export OPENSSL_MODULES = "${STAGING_LIBDIR_NATIVE}/ossl-modules" |
39 | 39 | ||
40 | EXTRA_OECMAKE = " \ | 40 | EXTRA_OECMAKE = " \ |
41 | -DTA_DEV_KIT_ROOT=${OPTEE_OS_TA_EXPORT_DIR} \ | 41 | -DTA_DEV_KIT_ROOT=${OPTEE_OS_TA_EXPORT_DIR} \ |