diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-31 15:45:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:32 +0000 |
commit | 84387927c2fec0458cc1803459236341d4091f01 (patch) | |
tree | 00490c8d8d9dc0a901bc7ae6973d60fcb26f4b2a /meta/recipes-extended | |
parent | 2d4778b1c845b4d3abc987d01fbd9ec459866f18 (diff) | |
download | poky-84387927c2fec0458cc1803459236341d4091f01.tar.gz |
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.
(From OE-Core rev: 50d49766ab76b67e312f6a1d91977a40d1020919)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/slang/slang_2.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/slang/slang_2.3.0.bb b/meta/recipes-extended/slang/slang_2.3.0.bb index 17efbbe223..ce7b16a8f7 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 \ | |||
22 | file://0001-Fix-error-conflicting-types-for-posix_close.patch \ | 22 | file://0001-Fix-error-conflicting-types-for-posix_close.patch \ |
23 | " | 23 | " |
24 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" | 24 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" |
25 | PREMIRRORS_append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" | ||
25 | 26 | ||
26 | inherit autotools-brokensep | 27 | inherit autotools-brokensep |
27 | 28 | ||