lvm2: fix libdevmapper deps
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
parent
97df1dc2b3
commit
9c491c9970
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=LVM2
|
PKG_NAME:=LVM2
|
||||||
PKG_VERSION:=2.02.141
|
PKG_VERSION:=2.02.141
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=GPL-2.0 LGPL-2.1
|
PKG_LICENSE:=GPL-2.0 LGPL-2.1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
||||||
|
@ -26,7 +26,7 @@ define Package/libdevmapper
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=The Linux Kernel Device Mapper userspace library
|
TITLE:=The Linux Kernel Device Mapper userspace library
|
||||||
URL:=http://sourceware.org/dm/
|
URL:=http://sourceware.org/dm/
|
||||||
DEPENDS:=+kmod-dm +libpthread
|
DEPENDS:=+kmod-dm +libpthread +libuuid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdevmapper/description
|
define Package/libdevmapper/description
|
||||||
|
|
Loading…
Reference in a new issue