aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2/lvm2.inc
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2015-07-17 11:10:02 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-30 21:03:27 +0200
commitcfe72b6070fab0b57603eb26193caa58c6d9a206 (patch)
tree392ea9e0fc645e1ba84da9d1b79b7ef0ece4af3e /meta-oe/recipes-support/lvm2/lvm2.inc
parent0627251be644bb3c4cbc46eb7a33801afb5aefe9 (diff)
downloadmeta-openembedded-contrib-cfe72b6070fab0b57603eb26193caa58c6d9a206.tar.gz
lvm2: upgrade from 2.02.97 to 2.02.125
Upgrade lvm2 to 2.02.125: * drop 3 backported patches * remove PR and INC_PR Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lvm2/lvm2.inc')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 34fec99a68..f518884e79 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -4,15 +4,11 @@ DEPENDS = "udev"
LICENSE = "GPLv2 & LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
-INC_PR = "r4"
-
S = "${WORKDIR}/LVM2.${PV}"
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
- file://0001-Replace-CPPFunction-with-rl_completion_func_t.patch \
- file://mlock-ignore-vectors-gate_vma.patch \
file://lvm.conf \
- file://0001-snapshot-check-snapshot-exists.patch"
+ "
PACKAGECONFIG ??= "readline"
PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"