summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorTimo Schuster <timo.schuster@leica-microsystems.com>2024-06-15 00:09:33 +0200
committerKhem Raj <raj.khem@gmail.com>2024-06-14 15:46:50 -0700
commite35ce3956a71cad074a7e8761142bd7fd3498a2c (patch)
tree825f8a100aace7efdbb1128b2bba814662d33633 /meta-networking/recipes-connectivity
parentf58552c0143819494b37e9d590dab77208bdb555 (diff)
downloadmeta-openembedded-e35ce3956a71cad074a7e8761142bd7fd3498a2c.tar.gz
mbedtls: Do not set LIB_INSTALL_DIR to an absolute path to make MbedTLSTargets.cmake relocateable.
Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb
index a10fce0ff..7011d54f3 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb
@@ -44,8 +44,6 @@ PACKAGECONFIG[werror] = "-DMBEDTLS_FATAL_WARNINGS=ON,-DMBEDTLS_FATAL_WARNINGS=OF
44PACKAGECONFIG[psa] = "" 44PACKAGECONFIG[psa] = ""
45PACKAGECONFIG[tests] = "-DENABLE_TESTING=ON,-DENABLE_TESTING=OFF" 45PACKAGECONFIG[tests] = "-DENABLE_TESTING=ON,-DENABLE_TESTING=OFF"
46 46
47EXTRA_OECMAKE = "-DLIB_INSTALL_DIR:STRING=${libdir}"
48
49# For now the only way to enable PSA is to explicitly pass a -D via CFLAGS 47# For now the only way to enable PSA is to explicitly pass a -D via CFLAGS
50CFLAGS:append = "${@bb.utils.contains('PACKAGECONFIG', 'psa', ' -DMBEDTLS_USE_PSA_CRYPTO', '', d)}" 48CFLAGS:append = "${@bb.utils.contains('PACKAGECONFIG', 'psa', ' -DMBEDTLS_USE_PSA_CRYPTO', '', d)}"
51 49