From d3d7c4b684efd44ab1b76f75ca948ae69d32bf4c Mon Sep 17 00:00:00 2001 From: Leo-Paul Geneau <leo-paul.geneau@nexedi.com> Date: Wed, 20 Oct 2021 11:06:48 +0200 Subject: [PATCH] component/open62541: update to v1.3 --- component/open62541/buildout.cfg | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/component/open62541/buildout.cfg b/component/open62541/buildout.cfg index 020a08258..eb6fe1985 100644 --- a/component/open62541/buildout.cfg +++ b/component/open62541/buildout.cfg @@ -8,10 +8,16 @@ extends = [open62541] recipe = slapos.recipe.cmmi shared = true -url = https://github.com/open62541/open62541/archive/refs/tags/v1.2.2.tar.gz -md5sum = 2883bde165bc9bc3d459ccbb47acf7f4 -configure-command = ${cmake:location}/bin/cmake +url = https://github.com/open62541/open62541/archive/refs/heads/pack/v1.3.zip +md5sum = c2e9938f082b027110fba538de76684c +configure-command = + ${cmake:location}/bin/cmake configure-options = - -Bbuild + -DBUILD_SHARED_LIBS=ON + -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=@@LOCATION@@ -make-options = -C build + -DUA_ENABLE_PUBSUB=ON + -DUA_ENABLE_SUBSCRIPTIONS=ON + -DUA_NAMESPACE_ZERO=REDUCED +post-install = + cp src/pubsub/*.h deps/open62541_queue.h @@LOCATION@@/include -- 2.30.9