From: Alexander Kanavin Date: Mon, 18 Nov 2019 14:28:51 +0000 (+0100) Subject: sysstat: upstream version check is working again X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa99c061275cd96cf375ff60d1c73a6e818dca25;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 62de36b44bf..77cc6f2cf2a 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"