From: Alexander Kanavin Date: Fri, 31 May 2019 20:41:57 +0000 (+0200) Subject: sysstat: add UPSTREAM_VERSION_UNKNOWN X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7a4a14dc63588cfd5f6adff527f7613bb69c55;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysstat: add UPSTREAM_VERSION_UNKNOWN We are taking a development version from an odd-even versioned project, so upstream version check reports that the latest version is less than the one the recipe is using. UPSTREAM_VERSION_UNKNOWN avoids a version check failure until there is a new stable series. 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 7f4749f5714..6b21c6b8c19 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -10,6 +10,7 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \ " UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" +UPSTREAM_VERSION_UNKNOWN = "1" DEPENDS += "base-passwd"