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>
This commit is contained in:
Jack Mitchell
2012-11-06 13:17:21 +00:00
committed by Paul Eggleton
parent b40884a5e5
commit 87d5eaf8a3
@@ -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 \