| Message ID | 20260312193404.2758016-1-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-webserver,scarthgap] 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 0b3c325e80..84895196d6 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/${BP}.tar.gz \ +SRC_URI = "https://hiawatha.leisink.net/files/download/hiawatha-10/${BP}.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(-)