From f9907fe018eaa302ac947cb150e9437578bf3232 Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Fri, 19 May 2023 16:28:30 +0200 Subject: open62541: rename encryption PACKAGECONFIG ... in anticipation for OpenSSL as crypto provider. Signed-off-by: Johannes Kauffmann Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/opcua/open62541_1.3.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.3.3.bb b/meta-networking/recipes-protocols/opcua/open62541_1.3.3.bb index 883bb2e2ca..0514e3aaf2 100644 --- a/meta-networking/recipes-protocols/opcua/open62541_1.3.3.bb +++ b/meta-networking/recipes-protocols/opcua/open62541_1.3.3.bb @@ -31,9 +31,9 @@ EXTRA_OECMAKE += "\ -DUA_LOGLEVEL=600 \ " -PACKAGECONFIG ?= "encryption pubsub pubsub-eth" +PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth" PACKAGECONFIG[amalgamation] = "-DUA_ENABLE_AMALGAMATION=ON, -DUA_ENABLE_AMALGAMATION=OFF" -PACKAGECONFIG[encryption] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls" +PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls" PACKAGECONFIG[pubsub] = "-DUA_ENABLE_PUBSUB=ON, -DUA_ENABLE_PUBSUB=OFF" PACKAGECONFIG[pubsub-eth] = "-DUA_ENABLE_PUBSUB_ETH_UADP=ON, -DUA_ENABLE_PUBSUB_ETH_UADP=OFF" PACKAGECONFIG[werror] = "-DUA_FORCE_WERROR=ON, -DUA_FORCE_WERROR=OFF" -- cgit v1.2.3-54-g00ecf