aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>2012-11-06 13:17:21 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-11-12 10:24:38 +0000
commit87d5eaf8a336516c22ec4a498ed40b9983306496 (patch)
treeea54a3bee5ea3fb036f773451153c80738a603e4
parentb40884a5e566dc94626b2f001fc22c15f47c6137 (diff)
downloadmeta-openembedded-87d5eaf8a336516c22ec4a498ed40b9983306496.tar.gz
hiawatha: disable caching by default
Caching shouldn't be on by default as it can cause some unpredictable results in certain situations. Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
-rw-r--r--meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
index 393e77feb3..2e6955e997 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 \