From patchwork Tue Nov 6 13:17:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-webserver,v2,2/2] hiawatha: disable caching by default Date: Tue, 06 Nov 2012 13:17:21 -0000 From: ml@communistcode.co.uk X-Patchwork-Id: 38801 Message-Id: <1352207841-25397-2-git-send-email-ml@communistcode.co.uk> To: openembedded-devel@lists.openembedded.org Cc: Jack Mitchell From: Jack Mitchell Caching shouldn't be on by default as it can cause some unpredictable results in certain situations. Signed-off-by: Jack Mitchell --- meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb index 393e77f..2e6955e 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb @@ -18,7 +18,7 @@ INITSCRIPT_NAME = "hiawatha" INITSCRIPT_PARAMS = "defaults 70" EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ - -DENABLE_CACHE=ON \ + -DENABLE_CACHE=OFF \ -DENABLE_DEBUG=OFF \ -DENABLE_SSL=OFF \ -DENABLE_TOOLKIT=OFF \