lvm2: add missing dependency
authorJohn Audia <redacted>
Mon, 28 Apr 2025 14:11:38 +0000 (10:11 -0400)
committerDaniel Golle <redacted>
Tue, 29 Apr 2025 01:04:41 +0000 (02:04 +0100)
This package fails to build without defining libmvme as a DEPENDS.

Package lvm2 is missing dependencies for the following libraries:
libnvme.so.1

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <redacted>
utils/lvm2/Makefile

index 922efbf43ec5390d63c72ee242d1aa37e900b8f6..266b1b2cc5356c5ce343ec60be836340d50696d4 100644 (file)
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=LVM2
 PKG_VERSION:=2.03.31
 PKG_VERSION_DM:=1.02.205
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=https://sourceware.org/pub/lvm2 \
@@ -68,7 +68,7 @@ define Package/lvm2/default
   SUBMENU:=Disc
   TITLE:=The Linux Logical Volume Manager
   URL:=https://sourceware.org/lvm2/
-  DEPENDS:=+libreadline +libncurses +libaio
+  DEPENDS:=+libreadline +libncurses +libaio +libnvme
 endef
 
 define Package/lvm2
git clone https://git.99rst.org/PROJECT