mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1233755420
commit
9ad477cf40
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user