diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-04 15:26:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:42 +0000 |
commit | 28940eb97d835b45ecbf832f25e94fc1574f25a1 (patch) | |
tree | 7b1c825b988918c50b65081c36f4fa5c780d3a26 /meta/recipes-extended/lighttpd/files/index.html.lighttpd | |
parent | 24fb6217325afbd765a7f49b260470e55143ca3b (diff) | |
download | poky-28940eb97d835b45ecbf832f25e94fc1574f25a1.tar.gz |
lighttpd 1.4.29: rename index.html to avoid clashes with DL_DIR
As Martin Jansa pointed out before, bitbake will silently peek in DL_DIR before FILESPATH and use files from there if found.
The failure mode for lighttpd involves a 404 redirect placing index.html into DL_DIR, which will end up in the lighttpd packages. In my specific case iproute2 hit the linuxfoundation 404 redirect so lighttpd.ipk now serves the linuxfoundation frontpage :)
(From OE-Core rev: 0809f98e995d3a2ce24ad25bade3dcd5154061fd)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd/files/index.html.lighttpd')
-rw-r--r-- | meta/recipes-extended/lighttpd/files/index.html.lighttpd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/lighttpd/files/index.html.lighttpd b/meta/recipes-extended/lighttpd/files/index.html.lighttpd new file mode 100644 index 0000000000..cd25bf17b3 --- /dev/null +++ b/meta/recipes-extended/lighttpd/files/index.html.lighttpd | |||
@@ -0,0 +1 @@ | |||
<html><body><h1>It works!</h1></body></html> \ No newline at end of file | |||