]> git.99rst.org Git - openwrt-packages.git/commitdiff
libopen62541: drop libatomic dependency
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 14:40:04 +0000 (15:40 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
The library links nothing from libatomic on any architecture, so the
dependency is unnecessary.

Signed-off-by: Daniel Golle <redacted>
libs/libopen62541/Makefile

index 2d047d3a351d0f9bde8820e774908383e03fd897..37a3208f3c8c2513d0a6cf8761ef83f1ff1bbbaf 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 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
@@ -39,7 +39,7 @@ define Package/libopen62541
   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
 
git clone https://git.99rst.org/PROJECT