lvm2: add missing dependency

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 <therealgraysky@proton.me>
This commit is contained in:
John Audia
2025-04-28 10:11:38 -04:00
committed by Daniel Golle
parent ffd21c8762
commit 7f99ff45c9

View File

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