diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-07-24 08:15:53 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-07-24 08:15:53 -0700 |
commit | 5eff5262e3890ccef11f9fa4bbc81963c0889da2 (patch) | |
tree | be5f784358ecd5b7d38168902477063369dd354c /meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb | |
parent | 3434c737b6d363a4c45a24f7660ff4fc8ed2a677 (diff) | |
download | meta-openembedded-5eff5262e3890ccef11f9fa4bbc81963c0889da2.tar.gz |
hiawatha: fix url.
files moved under a new dir structure.
ERROR: hiawatha-10.10-r0 do_fetch: Fetcher failure for URL: 'http://hiawatha-webserver.org/files/hiawatha-10.10.tar.gz'. Unable to fetch URL from any source.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb')
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb index ed3df1939..2503f5316 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.10.bb @@ -6,7 +6,7 @@ DEPENDS = "libxml2 libxslt virtual/crypt" SECTION = "net" -SRC_URI = "http://hiawatha-webserver.org/files/${BP}.tar.gz \ +SRC_URI = "http://hiawatha-webserver.org/files/hiawatha-10/${BP}.tar.gz \ file://hiawatha-init \ file://hiawatha.service " |