diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-11-18 15:28:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:20 +0000 |
commit | 30e433821b1e09a50f9dbdd3b38c128271708ace (patch) | |
tree | 76afbaf887cc64cdd64649a849cc60583269dc6f /meta/recipes-extended | |
parent | f6476ce771ba39843e104312edca8d6847d6d8bb (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 1 |
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 | ||
12 | UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" | 12 | UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" |
13 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
14 | 13 | ||
15 | DEPENDS += "base-passwd" | 14 | DEPENDS += "base-passwd" |
16 | 15 | ||