From 0ac70cf0bb86064d21d0a2c2ea9be0a4a07ff662 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 28 Dec 2025 13:10:54 +0100 Subject: [PATCH] tcsh: update SRC_URI The tarball was moved to a new subfolder, making do_fetch fall back to a mirror. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb index f7282bf1fd..ed307ba826 100644 --- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=575cf2715c3bf894e1f79aec1d4eaaf5" SECTION = "base" DEPENDS = "ncurses virtual/crypt gettext-native" SRC_URI = " \ - https://astron.com/pub/${BPN}/${BP}.tar.gz \ + https://astron.com/pub/${BPN}/old/${BP}.tar.gz \ file://0001-Enable-system-malloc-on-all-linux.patch \ file://0002-Add-debian-csh-scripts.patch \ "