[oe-commits] [openembedded-core] 05/102: asciidoc: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 22:57:35 UTC 2016


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

commit c6995ec8256a5c1f59222e6ea43abd59a3e1e917
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Aug 29 17:30:20 2016 +0300

    asciidoc: fix upstream version check
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
index 7597c0e..2091eec 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
@@ -12,6 +12,7 @@ SRC_URI = "http://downloads.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BP}.ta
 SRC_URI[md5sum] = "c59018f105be8d022714b826b0be130a"
 SRC_URI[sha256sum] = "78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0"
 
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/asciidoc/files/"
 
 inherit distutils autotools-brokensep
 

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


More information about the Openembedded-commits mailing list