aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-19 17:37:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-19 21:29:47 +0000
commit79063289caa220b678fa226739ed0e9f780e3af3 (patch)
treed7d295c9ae9ee07530d904dad3f5ce330f5297fd /meta/recipes-extended/sysstat
parent80712b7c0959c197ccb21efd5e7a963d1d2e83ae (diff)
downloadopenembedded-core-contrib-79063289caa220b678fa226739ed0e9f780e3af3.tar.gz
sysstat: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysstat')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index a954bba2d5..c353291935 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -10,6 +10,7 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \
"
UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
DEPENDS += "base-passwd"