Browse Source

lvm2: fix libdevmapper deps

Alexander Ryzhov 9 years ago
parent
commit
9c491c9970
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/lvm2/Makefile

+ 2
- 2
utils/lvm2/Makefile View File

10
 
10
 
11
 PKG_NAME:=LVM2
11
 PKG_NAME:=LVM2
12
 PKG_VERSION:=2.02.141
12
 PKG_VERSION:=2.02.141
13
-PKG_RELEASE:=1
13
+PKG_RELEASE:=2
14
 PKG_LICENSE:=GPL-2.0 LGPL-2.1
14
 PKG_LICENSE:=GPL-2.0 LGPL-2.1
15
 
15
 
16
 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
16
 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
26
   CATEGORY:=Libraries
26
   CATEGORY:=Libraries
27
   TITLE:=The Linux Kernel Device Mapper userspace library
27
   TITLE:=The Linux Kernel Device Mapper userspace library
28
   URL:=http://sourceware.org/dm/
28
   URL:=http://sourceware.org/dm/
29
-  DEPENDS:=+kmod-dm +libpthread
29
+  DEPENDS:=+kmod-dm +libpthread +libuuid
30
 endef
30
 endef
31
 
31
 
32
 define Package/libdevmapper/description
32
 define Package/libdevmapper/description