diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-31 22:41:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:27:07 +0100 |
commit | 9ad477cf40c29110003c59225c701ec72ef8138a (patch) | |
tree | c481b71577b47b37b8960b21667e10e1f52c6155 /meta/recipes-extended | |
parent | 123375542008173b2d8017786d0ccff4a259c7e3 (diff) | |
download | poky-9ad477cf40c29110003c59225c701ec72ef8138a.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.
(From OE-Core rev: 0e7a4a14dc63588cfd5f6adff527f7613bb69c55)
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, 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 \ | |||
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" | ||
13 | 14 | ||
14 | DEPENDS += "base-passwd" | 15 | DEPENDS += "base-passwd" |
15 | 16 | ||