rng-tools: drop unneeded dep 17969/head
authorJohn Audia <graysky@archlinux.us>
Tue, 1 Mar 2022 23:01:55 +0000 (18:01 -0500)
committerJohn Audia <graysky@archlinux.us>
Tue, 1 Mar 2022 23:01:55 +0000 (18:01 -0500)
Upstream dropped the libsysfs dep.[1]

1. https://github.com/nhorman/rng-tools/releases/tag/v6.12

Signed-off-by: John Audia <graysky@archlinux.us>
utils/rng-tools/Makefile

index 263fdfbc12a55080be44e9c1cfd84a8d9de85f02..0b93ed568edfbbdcbd3f6541772b258c54f7c547 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rng-tools
 PKG_VERSION:=6.15
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
@@ -32,7 +32,7 @@ define Package/rng-tools
   CATEGORY:=Utilities
   TITLE:=Daemon for adding entropy to kernel entropy pool
   URL:=https://github.com/nhorman/rng-tools
-  DEPENDS:=+libsysfs +libopenssl
+  DEPENDS:=+libopenssl
 endef
 
 define Package/rng-tools/description