diff options
| -rw-r--r-- | meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb | 6 |
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 | ||
| 34 | FILES:${PN} = "${libdir}/lib*${SOLIBS}" | ||
| 35 | |||
| 36 | # The tools package contains scripts to generate certificates and OPC UA schema definitions + nodeset descriptions. | ||
| 37 | PACKAGES += "${PN}-tools" | ||
| 38 | FILES:${PN}-tools = "${datadir}/${BPN}/tools/*" | ||
| 39 | |||
| 34 | PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events namespace-full" | 40 | PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events namespace-full" |
| 35 | PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl" | 41 | PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl" |
| 36 | PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls" | 42 | PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls" |
