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>
This commit is contained in:
Alexander Kanavin 2016-01-19 17:37:40 +02:00 committed by Richard Purdie
parent 2aabf9a129
commit 7a80f84dd2
1 changed files with 1 additions and 0 deletions

View File

@ -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"