From 580a16b0e12ed4d9c6b96e8ea44f05d00c7aee30 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 9 Nov 2025 17:00:07 +0100 Subject: [PATCH] hiawatha: fix SRC_URI The previous url stopped working, switch to the same host that's used in the master branch also. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb index 2e848eaf56..0b3c325e80 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb @@ -6,7 +6,7 @@ DEPENDS = "libxml2 libxslt virtual/crypt" SECTION = "net" -SRC_URI = "http://hiawatha-webserver.org/files/hiawatha-10/${BP}.tar.gz \ +SRC_URI = "https://hiawatha.leisink.net/files/hiawatha-10/${BP}.tar.gz \ file://hiawatha-init \ file://hiawatha.service "