[oe-commits] [openembedded-core] 19/19: sysstat: add UPSTREAM_VERSION_UNKNOWN

git at git.openembedded.org git at git.openembedded.org
Fri May 31 21:24:58 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8f642aded1fa50892a327a63150475f7dcd4bfa2
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Fri May 31 22:41:57 2019 +0200

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/sysstat/sysstat.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 7f4749f..6b21c6b 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list