summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-11-18 15:28:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-21 23:08:20 +0000
commit30e433821b1e09a50f9dbdd3b38c128271708ace (patch)
tree76afbaf887cc64cdd64649a849cc60583269dc6f /meta/recipes-extended/sysstat
parentf6476ce771ba39843e104312edca8d6847d6d8bb (diff)
downloadpoky-30e433821b1e09a50f9dbdd3b38c128271708ace.tar.gz
sysstat: upstream version check is working again
As upstream has released a new stable version, the exception is no longer needed. (From OE-Core rev: fa99c061275cd96cf375ff60d1c73a6e818dca25) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 62de36b44b..77cc6f2cf2 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -10,7 +10,6 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.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_VERSION_UNKNOWN = "1"
14 13
15DEPENDS += "base-passwd" 14DEPENDS += "base-passwd"
16 15