]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysstat: upstream version check is working again
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 18 Nov 2019 14:28:51 +0000 (15:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2019 23:06:08 +0000 (23:06 +0000)
As upstream has released a new stable version,
the exception is no longer needed.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/sysstat/sysstat.inc

index 62de36b44bf9c11050908ffc5e14ff8cdbc3d9b0..77cc6f2cf2a056b827709a2eac4711339d85e97b 100644 (file)
@@ -10,7 +10,6 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.tar.xz \
           "
 
 UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
-UPSTREAM_VERSION_UNKNOWN = "1"
 
 DEPENDS += "base-passwd"