summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJohannes Kauffmann <johanneskauffmann@hotmail.com>2026-02-03 15:39:39 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:27 -0800
commit8a0162969ce3e9256d033694b8a99b5903ab3d7d (patch)
tree3359b237e06a32f7982c7ad72e3824307b26dc39 /meta-networking
parent97ef9cc3b8834567ab6c1a2f0812d96f2d56154d (diff)
downloadmeta-openembedded-8a0162969ce3e9256d033694b8a99b5903ab3d7d.tar.gz
open62541: add historizing PACKAGECONFIG
Release v1.4.15 fixes building without the historizing option. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb b/meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb
index 54c9145d15..15dbd4b2dc 100644
--- a/meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb
+++ b/meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb
@@ -35,9 +35,10 @@ FILES:${PN} = "${libdir}/lib*${SOLIBS}"
35PACKAGES += "${PN}-tools" 35PACKAGES += "${PN}-tools"
36FILES:${PN}-tools = "${datadir}/${BPN}/*" 36FILES:${PN}-tools = "${datadir}/${BPN}/*"
37 37
38PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth pubsub-informationmodel subscriptions subscriptions-events namespace-full" 38PACKAGECONFIG ?= "encryption-mbedtls historizing pubsub pubsub-eth pubsub-informationmodel subscriptions subscriptions-events namespace-full"
39PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl" 39PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl"
40PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls" 40PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls"
41PACKAGECONFIG[historizing] = "-DUA_ENABLE_HISTORIZING=ON, -DUA_ENABLE_HISTORIZING=OFF"
41PACKAGECONFIG[multithreading] = "-DUA_MULTITHREADING=100, -DUA_MULTITHREADING=0" 42PACKAGECONFIG[multithreading] = "-DUA_MULTITHREADING=100, -DUA_MULTITHREADING=0"
42PACKAGECONFIG[namespace-full] = "-DUA_NAMESPACE_ZERO=FULL, , , , , namespace-reduced" 43PACKAGECONFIG[namespace-full] = "-DUA_NAMESPACE_ZERO=FULL, , , , , namespace-reduced"
43PACKAGECONFIG[namespace-reduced] = "-DUA_NAMESPACE_ZERO=REDUCED, , , , , namespace-full" 44PACKAGECONFIG[namespace-reduced] = "-DUA_NAMESPACE_ZERO=REDUCED, , , , , namespace-full"