diff options
author | John Audia <graysky@archlinux.us> | 2022-03-01 18:01:55 -0500 |
---|---|---|
committer | John Audia <graysky@archlinux.us> | 2022-03-01 18:01:55 -0500 |
commit | 1fd408d8977e83c465a42d845ec04448f4e16b09 (patch) | |
tree | c235dec8d15949fa9c8e26d3bddd3b9e289b876a /utils/rng-tools/Makefile | |
parent | c99cfc3ea32652353822891a13a6a3a21a2f6b54 (diff) |
rng-tools: drop unneeded dep
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>
Diffstat (limited to 'utils/rng-tools/Makefile')
-rw-r--r-- | utils/rng-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rng-tools/Makefile b/utils/rng-tools/Makefile index 263fdfbc1..0b93ed568 100644 --- a/utils/rng-tools/Makefile +++ b/utils/rng-tools/Makefile @@ -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 |