mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:00:58 +08:00
stress-ng: add missing libkmod dependency
This fixes build problem introduced in commit 9a1bb4baf55f ("stress-ng: bump to version 0.13.00"): Package stress-ng is missing dependencies for the following libraries: libkmod.so.2 Fixes: 9a1bb4baf55f ("stress-ng: bump to version 0.13.00") Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
This commit is contained in:
parent
2367252c95
commit
a4d4145ca0
@ -27,7 +27,7 @@ define Package/stress-ng
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=stress-ng is a stress test utility
|
||||
URL:=https://kernel.ubuntu.com/~cking/stress-ng/
|
||||
DEPENDS:=+zlib +libbsd +libaio +libsctp
|
||||
DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod
|
||||
endef
|
||||
|
||||
define Package/stress-ng/description
|
||||
|
Loading…
Reference in New Issue
Block a user