Skip to content

Commit f8f47d5

Browse files
JohannesKauffmannkraj
authored andcommitted
open62541: allow disabling subscriptions
By default, subscriptions are turned on. Signed-off-by: Johannes Kauffmann <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent d613875 commit f8f47d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ EXTRA_OECMAKE += "\
3232
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
3333
"
3434

35-
PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth"
35+
PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events"
3636
PACKAGECONFIG[amalgamation] = "-DUA_ENABLE_AMALGAMATION=ON, -DUA_ENABLE_AMALGAMATION=OFF"
3737
PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl"
3838
PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls"
3939
PACKAGECONFIG[multithreading] = "-DUA_MULTITHREADING=100, -DUA_MULTITHREADING=0"
4040
PACKAGECONFIG[pubsub] = "-DUA_ENABLE_PUBSUB=ON, -DUA_ENABLE_PUBSUB=OFF"
4141
PACKAGECONFIG[pubsub-eth] = "-DUA_ENABLE_PUBSUB_ETH_UADP=ON, -DUA_ENABLE_PUBSUB_ETH_UADP=OFF"
42+
PACKAGECONFIG[subscriptions] = "-DUA_ENABLE_SUBSCRIPTIONS=ON, -DUA_ENABLE_SUBSCRIPTIONS=OFF"
43+
PACKAGECONFIG[subscriptions-events] = "-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON, -DUA_ENABLE_SUBSCRIPTIONS_EVENTS=OFF"
4244
PACKAGECONFIG[werror] = "-DUA_FORCE_WERROR=ON, -DUA_FORCE_WERROR=OFF"
4345

4446
do_configure:prepend:toolchain-clang:riscv64() {

0 commit comments

Comments
 (0)