summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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-20 17:07:12 +0000
commit7a80f84dd2ad8a954f76f158e4019f5448bd205c (patch)
tree891d6107a67b29d628d0f1090325dc28bd20074d /meta/recipes-extended
parent2aabf9a12981b8746219d09f9b423eb910f7a7af (diff)
downloadpoky-7a80f84dd2ad8a954f76f158e4019f5448bd205c.tar.gz
sysstat: fix upstream version check
(From OE-Core rev: 79063289caa220b678fa226739ed0e9f780e3af3) 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')
-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 \
10 " 10 "
11 11
12UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" 12UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
13UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
13 14
14DEPENDS += "base-passwd" 15DEPENDS += "base-passwd"
15 16