diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | a6cc373a0595b1cb9a6e39482c0d7a76a9c2e2cc (patch) | |
tree | 0f15edf0cab80a183ea9ea138986d6d022102917 /meta-oe/recipes-support/lvm2 | |
parent | c943278b66138fe9020d049927a806a6ad46eeb7 (diff) | |
download | meta-openembedded-a6cc373a0595b1cb9a6e39482c0d7a76a9c2e2cc.tar.gz |
lvm2: add UPSTREAM_CHECK_URI
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lvm2')
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 4 |
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 | |||
21 | UPSTREAM_CHECK_URI = "ftp://sources.redhat.com/pub/lvm2/" | ||
22 | UPSTREAM_CHECK_REGEX = "LVM2\.(?P<pver>\d+(\.\d+)+)" | ||
23 | |||
20 | S = "${WORKDIR}/LVM2.${PV}" | 24 | S = "${WORKDIR}/LVM2.${PV}" |
21 | 25 | ||
22 | inherit autotools-brokensep pkgconfig systemd license | 26 | inherit autotools-brokensep pkgconfig systemd license |