From 8a0162969ce3e9256d033694b8a99b5903ab3d7d Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Tue, 3 Feb 2026 15:39:39 +0100 Subject: [PATCH] open62541: add historizing PACKAGECONFIG Release v1.4.15 fixes building without the historizing option. Signed-off-by: Johannes Kauffmann --- meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" PACKAGES += "${PN}-tools" FILES:${PN}-tools = "${datadir}/${BPN}/*" -PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth pubsub-informationmodel subscriptions subscriptions-events namespace-full" +PACKAGECONFIG ?= "encryption-mbedtls historizing pubsub pubsub-eth pubsub-informationmodel subscriptions subscriptions-events namespace-full" PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl" PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls" +PACKAGECONFIG[historizing] = "-DUA_ENABLE_HISTORIZING=ON, -DUA_ENABLE_HISTORIZING=OFF" PACKAGECONFIG[multithreading] = "-DUA_MULTITHREADING=100, -DUA_MULTITHREADING=0" PACKAGECONFIG[namespace-full] = "-DUA_NAMESPACE_ZERO=FULL, , , , , namespace-reduced" PACKAGECONFIG[namespace-reduced] = "-DUA_NAMESPACE_ZERO=REDUCED, , , , , namespace-full"