[oe-commits] Jack Mitchell : hiawatha: disable caching by default

git at git.openembedded.org git at git.openembedded.org
Mon Nov 12 10:26:18 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 87d5eaf8a336516c22ec4a498ed40b9983306496
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=87d5eaf8a336516c22ec4a498ed40b9983306496

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Tue Nov  6 13:17:21 2012 +0000

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 at dbbroadcast.co.uk>

---

 .../recipes-httpd/hiawatha/hiawatha_8.6.bb         |    2 +-
 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 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 \





More information about the Openembedded-commits mailing list