summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb b/meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb
index f12f771fc0..1fde165c4f 100644
--- a/meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb
+++ b/meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb
@@ -31,6 +31,12 @@ EXTRA_OECMAKE += "\
31 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ 31 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
32" 32"
33 33
34FILES:${PN} = "${libdir}/lib*${SOLIBS}"
35
36# The tools package contains scripts to generate certificates and OPC UA schema definitions + nodeset descriptions.
37PACKAGES += "${PN}-tools"
38FILES:${PN}-tools = "${datadir}/${BPN}/tools/*"
39
34PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events namespace-full" 40PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events namespace-full"
35PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl" 41PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl"
36PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls" 42PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls"