From e35ce3956a71cad074a7e8761142bd7fd3498a2c Mon Sep 17 00:00:00 2001 From: Timo Schuster Date: Sat, 15 Jun 2024 00:09:33 +0200 Subject: mbedtls: Do not set LIB_INSTALL_DIR to an absolute path to make MbedTLSTargets.cmake relocateable. Signed-off-by: Timo Schuster Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-networking') 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 a10fce0ffc..7011d54f35 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 PACKAGECONFIG[psa] = "" PACKAGECONFIG[tests] = "-DENABLE_TESTING=ON,-DENABLE_TESTING=OFF" -EXTRA_OECMAKE = "-DLIB_INSTALL_DIR:STRING=${libdir}" - # For now the only way to enable PSA is to explicitly pass a -D via CFLAGS CFLAGS:append = "${@bb.utils.contains('PACKAGECONFIG', 'psa', ' -DMBEDTLS_USE_PSA_CRYPTO', '', d)}" -- cgit v1.2.3-54-g00ecf