[oe-commits] [meta-openembedded] 10/17: lvm2/libdevmapper: drop unnecessary UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 02:48:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5dafdbc58ed5ff0d9fb93253477d44fc4bb811ae
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Dec 18 15:38:41 2018 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/lvm2/lvm2.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 66b0828..1961dca 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 \
            file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \
            "
 
-UPSTREAM_CHECK_URI = "ftp://sources.redhat.com/pub/lvm2/"
-UPSTREAM_CHECK_REGEX = "LVM2\.(?P<pver>\d+(\.\d+)+)"
-
 S = "${WORKDIR}/git"
 
 inherit autotools-brokensep pkgconfig systemd license

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list