summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-31 22:41:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-01 11:26:56 +0100
commit0e7a4a14dc63588cfd5f6adff527f7613bb69c55 (patch)
tree23ec869116138f5bab9d2d691237af026406c1df
parentc125609886b36048cfde6e694eee7fb47f197241 (diff)
downloadopenembedded-core-contrib-0e7a4a14dc63588cfd5f6adff527f7613bb69c55.tar.gz
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 <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 7f4749f571..6b21c6b8c1 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"