From: Alexander Kanavin Date: Mon, 18 Nov 2019 14:28:51 +0000 (+0100) Subject: sysstat: upstream version check is working again X-Git-Tag: uninative-2.8~1059 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fa99c061275cd96cf375ff60d1c73a6e818dca25;p=openembedded-core.git sysstat: upstream version check is working again As upstream has released a new stable version, the exception is no longer needed. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 \ " UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" -UPSTREAM_VERSION_UNKNOWN = "1" DEPENDS += "base-passwd"