diff options
| author | Kang Kai <kai.kang@windriver.com> | 2015-07-17 11:10:02 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 21:03:27 +0200 |
| commit | cfe72b6070fab0b57603eb26193caa58c6d9a206 (patch) | |
| tree | 392ea9e0fc645e1ba84da9d1b79b7ef0ece4af3e /meta-oe/recipes-support/lvm2/lvm2.inc | |
| parent | 0627251be644bb3c4cbc46eb7a33801afb5aefe9 (diff) | |
| download | meta-openembedded-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.inc | 6 |
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" | |||
| 4 | LICENSE = "GPLv2 & LGPLv2" | 4 | LICENSE = "GPLv2 & LGPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 6 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" | 6 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" |
| 7 | INC_PR = "r4" | ||
| 8 | |||
| 9 | 7 | ||
| 10 | S = "${WORKDIR}/LVM2.${PV}" | 8 | S = "${WORKDIR}/LVM2.${PV}" |
| 11 | SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \ | 9 | SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \ |
| 12 | file://0001-Replace-CPPFunction-with-rl_completion_func_t.patch \ | ||
| 13 | file://mlock-ignore-vectors-gate_vma.patch \ | ||
| 14 | file://lvm.conf \ | 10 | file://lvm.conf \ |
| 15 | file://0001-snapshot-check-snapshot-exists.patch" | 11 | " |
| 16 | 12 | ||
| 17 | PACKAGECONFIG ??= "readline" | 13 | PACKAGECONFIG ??= "readline" |
| 18 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | 14 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" |
