From 4c5899fa0b8258f2754e3080dae5535e3b248e91 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 16:08:36 +0200 Subject: package_regex.inc: split sourceforge related entries to their own recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-core/sysfsutils') diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index b9f40f4335..f9f067dcad 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb @@ -17,6 +17,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz \ SRC_URI[md5sum] = "14e7dcd0436d2f49aa403f67e1ef7ddc" SRC_URI[sha256sum] = "e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a" + +UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/linux-diag/files/sysfsutils/" +UPSTREAM_CHECK_REGEX = "/sysfsutils/(?P(\d+[\.\-_]*)+)/" + S = "${WORKDIR}/sysfsutils-${PV}" inherit autotools -- cgit 1.2.3-korg