From a6cc373a0595b1cb9a6e39482c0d7a76a9c2e2cc Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 29 May 2018 15:17:51 +0800 Subject: lvm2: add UPSTREAM_CHECK_URI Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++++ 1 file changed, 4 insertions(+) (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 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 \ file://0005-do-not-build-manual.patch \ 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}/LVM2.${PV}" inherit autotools-brokensep pkgconfig systemd license -- cgit 1.2.3-korg