diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-12-18 15:38:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-18 18:44:59 -0800 |
commit | 5dafdbc58ed5ff0d9fb93253477d44fc4bb811ae (patch) | |
tree | 82680ad967efab502a4ec120f96fe2da85f0228c /meta-oe | |
parent | 9bebac99a0171a341f014daf22a79a4c8a056bb2 (diff) | |
download | meta-openembedded-5dafdbc58ed5ff0d9fb93253477d44fc4bb811ae.tar.gz |
lvm2/libdevmapper: drop unnecessary UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Since switch to github [a7bc7b6 lvm2/libdevmapper: 2.02.180 -> 2.03.01],
UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX is not necessary
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 66b0828473..1961dca1e5 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -18,9 +18,6 @@ SRC_URI = "git://github.com/lvmteam/lvm2.git;protocol=https;branch=master \ | |||
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 | 20 | ||
21 | UPSTREAM_CHECK_URI = "ftp://sources.redhat.com/pub/lvm2/" | ||
22 | UPSTREAM_CHECK_REGEX = "LVM2\.(?P<pver>\d+(\.\d+)+)" | ||
23 | |||
24 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
25 | 22 | ||
26 | inherit autotools-brokensep pkgconfig systemd license | 23 | inherit autotools-brokensep pkgconfig systemd license |