[oe-commits] [openembedded-core] 10/83: slang: add PREMIRRORS to handle upstream moving tarballs

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 23:36:22 UTC 2016


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

commit 50d49766ab76b67e312f6a1d91977a40d1020919
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Oct 31 15:45:58 2016 +0000

    slang: add PREMIRRORS to handle upstream moving tarballs
    
    The slang maintainer only puts the current release at
    jedsoft.org/releases/slang/slang-1.2.3.tar.bz2, all previous releases are moved
    into /releases/slang/old/.
    
    As this breaks the fetch the moment a new version is released, use PREMIRRORS to
    also look in the /old/ directory.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/slang/slang_2.3.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/slang/slang_2.3.0.bb b/meta/recipes-extended/slang/slang_2.3.0.bb
index 17efbbe..ce7b16a 100644
--- a/meta/recipes-extended/slang/slang_2.3.0.bb
+++ b/meta/recipes-extended/slang/slang_2.3.0.bb
@@ -22,6 +22,7 @@ SRC_URI = "http://www.jedsoft.org/releases/${BPN}/${BP}.tar.bz2 \
            file://0001-Fix-error-conflicting-types-for-posix_close.patch \
           "
 UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/"
+PREMIRRORS_append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n"
 
 inherit 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