| Message ID | 20260312193652.2758711-1-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-webserver,kirkstone] hiawatha: fix SRC_URI | expand |
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb index 497babb89e..9b5a152df7 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 = "https://hiawatha.leisink.net/files/hiawatha-10/hiawatha-${PV}.tar.gz \ +SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-10/hiawatha-${PV}.tar.gz \ file://hiawatha-init \ file://hiawatha.service "
The tarball was moved to a new folder on the source server. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)