summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2/lvm2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/lvm2/lvm2.inc')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 289e07d8df..3a1e82bac9 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -17,6 +17,10 @@ SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
17 file://0005-do-not-build-manual.patch \ 17 file://0005-do-not-build-manual.patch \
18 file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \ 18 file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \
19 " 19 "
20
21UPSTREAM_CHECK_URI = "ftp://sources.redhat.com/pub/lvm2/"
22UPSTREAM_CHECK_REGEX = "LVM2\.(?P<pver>\d+(\.\d+)+)"
23
20S = "${WORKDIR}/LVM2.${PV}" 24S = "${WORKDIR}/LVM2.${PV}"
21 25
22inherit autotools-brokensep pkgconfig systemd license 26inherit autotools-brokensep pkgconfig systemd license