diff options
author | Johannes Kauffmann <johanneskauffmann@hotmail.com> | 2023-05-19 16:28:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 15:04:38 -0700 |
commit | f9907fe018eaa302ac947cb150e9437578bf3232 (patch) | |
tree | d9fb5158795b6a8381e9c6caae442a6f6cbe9404 /meta-networking | |
parent | 761e5ffffd5fdf65341d528d07c200b97d3cc7c3 (diff) | |
download | meta-openembedded-f9907fe018eaa302ac947cb150e9437578bf3232.tar.gz |
open62541: rename encryption PACKAGECONFIG
... in anticipation for OpenSSL as crypto provider.
Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/opcua/open62541_1.3.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 += "\ | |||
31 | -DUA_LOGLEVEL=600 \ | 31 | -DUA_LOGLEVEL=600 \ |
32 | " | 32 | " |
33 | 33 | ||
34 | PACKAGECONFIG ?= "encryption pubsub pubsub-eth" | 34 | PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth" |
35 | PACKAGECONFIG[amalgamation] = "-DUA_ENABLE_AMALGAMATION=ON, -DUA_ENABLE_AMALGAMATION=OFF" | 35 | PACKAGECONFIG[amalgamation] = "-DUA_ENABLE_AMALGAMATION=ON, -DUA_ENABLE_AMALGAMATION=OFF" |
36 | PACKAGECONFIG[encryption] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls" | 36 | PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls" |
37 | PACKAGECONFIG[pubsub] = "-DUA_ENABLE_PUBSUB=ON, -DUA_ENABLE_PUBSUB=OFF" | 37 | PACKAGECONFIG[pubsub] = "-DUA_ENABLE_PUBSUB=ON, -DUA_ENABLE_PUBSUB=OFF" |
38 | PACKAGECONFIG[pubsub-eth] = "-DUA_ENABLE_PUBSUB_ETH_UADP=ON, -DUA_ENABLE_PUBSUB_ETH_UADP=OFF" | 38 | PACKAGECONFIG[pubsub-eth] = "-DUA_ENABLE_PUBSUB_ETH_UADP=ON, -DUA_ENABLE_PUBSUB_ETH_UADP=OFF" |
39 | PACKAGECONFIG[werror] = "-DUA_FORCE_WERROR=ON, -DUA_FORCE_WERROR=OFF" | 39 | PACKAGECONFIG[werror] = "-DUA_FORCE_WERROR=ON, -DUA_FORCE_WERROR=OFF" |