summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
diff options
context:
space:
mode:
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>2012-12-04 12:12:51 +0000
committerEric BĂ©nard <eric@eukrea.com>2013-02-01 09:57:29 +0100
commit12609b18ad51f2e0068b8a22ff804a7ae00e581e (patch)
tree2c902f39926c84d6588b80ec031998675dc60808 /meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
parentc5f4259852b0e90906b9b661af50a2212fcee9f1 (diff)
downloadmeta-openembedded-12609b18ad51f2e0068b8a22ff804a7ae00e581e.tar.gz
hiawatha: add new patch to fix xslt implementation
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Diffstat (limited to 'meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb')
-rw-r--r--meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
index 7dcbe9ed9..d49bcabda 100644
--- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
+++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.6.bb
@@ -4,12 +4,13 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
5DEPENDS = "libxml2 libxslt" 5DEPENDS = "libxml2 libxslt"
6 6
7PR = "r1" 7PR = "r2"
8 8
9SECTION = "net" 9SECTION = "net"
10 10
11SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \ 11SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \
12 file://hiawatha-init" 12 file://hiawatha-init \
13 file://xslt-fix.patch "
13 14
14SRC_URI[md5sum] = "372ea9e8329ed36e4fb781fdc1a6734c" 15SRC_URI[md5sum] = "372ea9e8329ed36e4fb781fdc1a6734c"
15SRC_URI[sha256sum] = "1a7fa98ce66beb54fc8490cc787461d719a98cb0e4a81caedfa18ac8b5ba3b3b" 16SRC_URI[sha256sum] = "1a7fa98ce66beb54fc8490cc787461d719a98cb0e4a81caedfa18ac8b5ba3b3b"