[packages] lvm2: update to 2.02.95
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Jun 2012 01:32:21 +0000 (01:32 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Jun 2012 01:32:21 +0000 (01:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32155 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/lvm2/Makefile
utils/lvm2/patches/000-compile.patch [new file with mode: 0644]
utils/lvm2/patches/100-cross_compile.patch [deleted file]

index 51a959d..4a81f10 100644 (file)
@@ -1,6 +1,6 @@
 #
-# Copyright (C) 20092010 Stefan Monnier
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2009-2010 Stefan Monnier
+# Copyright (C) 2011-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v3+.
 # See /LICENSE for more information.
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=LVM2
-PKG_VERSION:=2.02.91
+PKG_VERSION:=2.02.95
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2
-PKG_MD5SUM:=03ed8dc20c3a65079aedcedc0ec33192
+PKG_MD5SUM:=bd470a802046c807603618a443732ea7
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk
@@ -25,7 +25,6 @@ define Package/libdevmapper
   TITLE:=The Linux Kernel Device Mapper userspace library
   URL:=http://sourceware.org/dm/
   DEPENDS:=+kmod-dm
-  MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
 endef
 
 define Package/libdevmapper/description
@@ -40,7 +39,6 @@ define Package/lvm2
   TITLE:=The Linux Logical Volume Manager
   URL:=http://sourceware.org/lvm2/
   DEPENDS:=+libdevmapper +libreadline +libncurses
-  MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
 endef
 
 define Package/lvm2/description
diff --git a/utils/lvm2/patches/000-compile.patch b/utils/lvm2/patches/000-compile.patch
new file mode 100644 (file)
index 0000000..ec22983
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/make.tmpl.in
++++ b/make.tmpl.in
+@@ -17,7 +17,7 @@ SHELL = /bin/sh
+ @SET_MAKE@
+-CC ?= @CC@
++CC = @CC@
+ RANLIB = @RANLIB@
+ INSTALL = @INSTALL@
+ MKDIR_P = @MKDIR_P@
diff --git a/utils/lvm2/patches/100-cross_compile.patch b/utils/lvm2/patches/100-cross_compile.patch
deleted file mode 100644 (file)
index cd75666..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- LVM2.2.02.84/make.tmpl.in  2011-04-11 16:00:37.430840340 +0200
-+++ LVM2.2.02.84/make.tmpl.in  2011-04-11 16:00:54.399401160 +0200
-@@ -17,7 +17,7 @@
- @SET_MAKE@
--CC ?= @CC@
-+CC = @CC@
- RANLIB = @RANLIB@
- INSTALL = @INSTALL@
- MKDIR_P = @MKDIR_P@