diff options
Diffstat (limited to 'recipes-security/optee-imx/optee-fslc.inc')
-rw-r--r-- | recipes-security/optee-imx/optee-fslc.inc | 2 |
1 files changed, 1 insertions, 1 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 | ||