|
@ -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 |
|
|