mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #2385 from ryzhovau/lvm2_libdevmapper_dep
lvm2: fix libdevmapper deps
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user