From 1058d37f713cd62455c158dc50b790ccd2ac7403 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 11 Aug 2021 20:48:35 +0200 Subject: [PATCH] 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 --- utils/stress-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 246c93f8cb..b87022fcf2 100644 --- a/utils/stress-ng/Makefile +++ b/utils/stress-ng/Makefile @@ -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