* [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6
@ 2012-11-06 13:17 Jack Mitchell
2012-11-06 13:17 ` [meta-webserver][PATCH v2 2/2] hiawatha: disable caching by default Jack Mitchell
2012-11-12 10:30 ` [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6 Paul Eggleton
0 siblings, 2 replies; 3+ messages in thread
From: Jack Mitchell @ 2012-11-06 13:17 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jack Mitchell
From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
---
.../recipes-httpd/hiawatha/{hiawatha_8.5.bb => hiawatha_8.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_8.5.bb => hiawatha_8.6.bb} (91%)
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
similarity index 91%
rename from meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb
rename to meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
index 71cc885..393e77f 100644
--- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb
+++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
@@ -9,8 +9,8 @@ SECTION = "net"
SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \
file://hiawatha-init"
-SRC_URI[md5sum] = "71d3903657953c93fc930758d158097d"
-SRC_URI[sha256sum] = "2567e6b4b4c6666388087b586238e6e91a4afd80e10a879920020a097fcdc946"
+SRC_URI[md5sum] = "372ea9e8329ed36e4fb781fdc1a6734c"
+SRC_URI[sha256sum] = "1a7fa98ce66beb54fc8490cc787461d719a98cb0e4a81caedfa18ac8b5ba3b3b"
inherit cmake update-rc.d
--
1.8.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-webserver][PATCH v2 2/2] hiawatha: disable caching by default
2012-11-06 13:17 [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6 Jack Mitchell
@ 2012-11-06 13:17 ` Jack Mitchell
2012-11-12 10:30 ` [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6 Paul Eggleton
1 sibling, 0 replies; 3+ messages in thread
From: Jack Mitchell @ 2012-11-06 13:17 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jack Mitchell
From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
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>
---
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 \
--
1.8.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6
2012-11-06 13:17 [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6 Jack Mitchell
2012-11-06 13:17 ` [meta-webserver][PATCH v2 2/2] hiawatha: disable caching by default Jack Mitchell
@ 2012-11-12 10:30 ` Paul Eggleton
1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-11-12 10:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jack Mitchell
On Tuesday 06 November 2012 13:17:20 Jack Mitchell wrote:
> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>
> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
> ---
> .../recipes-httpd/hiawatha/{hiawatha_8.5.bb => hiawatha_8.6.bb} | 4
> ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-webserver/recipes-httpd/hiawatha/{hiawatha_8.5.bb =>
> hiawatha_8.6.bb} (91%)
>
> diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb
> b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb similarity index
> 91%
> rename from meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb
> rename to meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
> index 71cc885..393e77f 100644
> --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb
> +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
> @@ -9,8 +9,8 @@ SECTION = "net"
> SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \
> file://hiawatha-init"
>
> -SRC_URI[md5sum] = "71d3903657953c93fc930758d158097d"
> -SRC_URI[sha256sum] =
> "2567e6b4b4c6666388087b586238e6e91a4afd80e10a879920020a097fcdc946"
> +SRC_URI[md5sum] = "372ea9e8329ed36e4fb781fdc1a6734c"
> +SRC_URI[sha256sum] =
> "1a7fa98ce66beb54fc8490cc787461d719a98cb0e4a81caedfa18ac8b5ba3b3b"
>
> inherit cmake update-rc.d
Merged these two to meta-webserver, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-12 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 13:17 [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6 Jack Mitchell
2012-11-06 13:17 ` [meta-webserver][PATCH v2 2/2] hiawatha: disable caching by default Jack Mitchell
2012-11-12 10:30 ` [meta-webserver][PATCH v2 1/2] hiawatha: update to 8.6 Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox