[oe-commits] [meta-openembedded] 11/11: cloc: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Thu Mar 5 15:12:16 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 4211ff4855ae03edf53b55d443bcf5b452b05f7a
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 5 14:59:09 2020 +0000

    cloc: fix upstream version check
    
    Fixes:
    
    INFO: Skip package cloc (status = UNKNOWN_BROKEN, current version = 1.84, next version = N/A)
    
    After this commit:
    
    INFO: Skip package cloc (status = MATCH, current version = 1.84, next version = 1.84)
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
---
 meta-oe/recipes-devtools/cloc/cloc_1.84.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.84.bb b/meta-oe/recipes-devtools/cloc/cloc_1.84.bb
index f9ecd0e..3e46c72 100644
--- a/meta-oe/recipes-devtools/cloc/cloc_1.84.bb
+++ b/meta-oe/recipes-devtools/cloc/cloc_1.84.bb
@@ -9,6 +9,8 @@ SRC_URI = "https://github.com/AlDanial/cloc/releases/download/${PV}/${BP}.tar.gz
 SRC_URI[md5sum] = "a52f3843825377cfa4e4b3b30a567ab4"
 SRC_URI[sha256sum] = "c3f0a6bd2319110418ccb3e55a7a1b6d0edfd7528bfd2ae5d530938abe90f254"
 
+UPSTREAM_CHECK_URI = "https://github.com/AlDanial/${BPN}/releases"
+
 do_configure[noexec] = "1"
 do_compile[noexec] = "1"
 

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


More information about the Openembedded-commits mailing list