diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-05 07:07:50 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-05 07:09:22 -0800 |
commit | 0a3b6af9776acda460fd1fc5c2b854c4c30c39a5 (patch) | |
tree | 0021e976a4031156f0a99c09e1e6f70fdbd82e41 /meta-oe/recipes-shells | |
parent | e5c5df9bcd8b0fbdcf33e8aa8d1949d03885400e (diff) | |
download | meta-openembedded-0a3b6af9776acda460fd1fc5c2b854c4c30c39a5.tar.gz |
tcsh: Update SRC_URI
the ftp site seems to be intermittent
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-shells')
-rw-r--r-- | meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb index 79ab67ab7..b30c3434e 100644 --- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5" | |||
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | DEPENDS = "ncurses virtual/crypt gettext-native" | 10 | DEPENDS = "ncurses virtual/crypt gettext-native" |
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${BP}.tar.gz \ | 12 | https://astron.com/pub/${BPN}/${BP}.tar.gz \ |
13 | file://0001-Enable-system-malloc-on-all-linux.patch \ | 13 | file://0001-Enable-system-malloc-on-all-linux.patch \ |
14 | file://0002-Add-debian-csh-scripts.patch \ | 14 | file://0002-Add-debian-csh-scripts.patch \ |
15 | " | 15 | " |