From 5dafdbc58ed5ff0d9fb93253477d44fc4bb811ae Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 18 Dec 2018 15:38:41 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-oe/recipes-support') 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 \ file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \ " -UPSTREAM_CHECK_URI = "ftp://sources.redhat.com/pub/lvm2/" -UPSTREAM_CHECK_REGEX = "LVM2\.(?P\d+(\.\d+)+)" - S = "${WORKDIR}/git" inherit autotools-brokensep pkgconfig systemd license -- cgit 1.2.3-korg