From 0809f98e995d3a2ce24ad25bade3dcd5154061fd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 4 Nov 2011 15:26:53 +0100 Subject: 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 :) Signed-off-by: Koen Kooi --- meta/recipes-extended/lighttpd/files/index.html.lighttpd | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-extended/lighttpd/files/index.html.lighttpd (limited to 'meta/recipes-extended/lighttpd/files/index.html.lighttpd') 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 000000000..cd25bf17b --- /dev/null +++ b/meta/recipes-extended/lighttpd/files/index.html.lighttpd @@ -0,0 +1 @@ +

It works!

\ No newline at end of file -- cgit v1.2.3