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>
This commit is contained in:
parent
c99cfc3ea3
commit
1fd408d897
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=rng-tools
|
PKG_NAME:=rng-tools
|
||||||
PKG_VERSION:=6.15
|
PKG_VERSION:=6.15
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
|
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
|
||||||
|
@ -32,7 +32,7 @@ define Package/rng-tools
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Daemon for adding entropy to kernel entropy pool
|
TITLE:=Daemon for adding entropy to kernel entropy pool
|
||||||
URL:=https://github.com/nhorman/rng-tools
|
URL:=https://github.com/nhorman/rng-tools
|
||||||
DEPENDS:=+libsysfs +libopenssl
|
DEPENDS:=+libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rng-tools/description
|
define Package/rng-tools/description
|
||||||
|
|
Loading…
Reference in a new issue