The library links nothing from libatomic on any architecture, so the
dependency is unnecessary.
Signed-off-by: Daniel Golle <redacted>
PKG_NAME:=libopen62541
PKG_VERSION:=1.3.6
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/open62541/open62541.git
CATEGORY:=Libraries
TITLE:=An OPC UA library
URL:=https://www.open62541.org/
- DEPENDS:=+librt +zlib +libstdcpp +libpthread +libatomic \
+ DEPENDS:=+librt +zlib +libstdcpp +libpthread \
+LIBOPEN62541_MBDEDTLS:libmbedtls +LIBOPEN62541_OPENSSL:libopenssl
endef