diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/slang/slang_2.2.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 5122f53da3..e33e868447 100644 --- a/meta/recipes-extended/slang/slang_2.2.4.bb +++ b/meta/recipes-extended/slang/slang_2.2.4.bb | |||
@@ -16,7 +16,7 @@ LICENSE = "GPLv2" | |||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02" |
17 | 17 | ||
18 | 18 | ||
19 | SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v2.2/slang-${PV}.tar.bz2 \ | 19 | SRC_URI = "http://www.jedsoft.org/releases/slang/old/slang-${PV}.tar.bz2 \ |
20 | file://rpathfix.patch \ | 20 | file://rpathfix.patch \ |
21 | file://fix-check-pcre.patch \ | 21 | file://fix-check-pcre.patch \ |
22 | file://change-char-type-to-signed-char-in-macros.patch \ | 22 | file://change-char-type-to-signed-char-in-macros.patch \ |
@@ -24,6 +24,7 @@ SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v2.2/slang-${PV}.tar.bz2 \ | |||
24 | file://slang-fix-the-iconv-existence-checking.patch \ | 24 | file://slang-fix-the-iconv-existence-checking.patch \ |
25 | file://0001-Fix-error-conflicting-types-for-posix_close.patch \ | 25 | file://0001-Fix-error-conflicting-types-for-posix_close.patch \ |
26 | " | 26 | " |
27 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" | ||
27 | 28 | ||
28 | inherit autotools-brokensep | 29 | inherit autotools-brokensep |
29 | 30 | ||