summaryrefslogtreecommitdiffstats
path: root/recipes/cherokee/cherokee-nossl_0.5.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cherokee/cherokee-nossl_0.5.3.bb')
-rw-r--r--recipes/cherokee/cherokee-nossl_0.5.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/cherokee/cherokee-nossl_0.5.3.bb b/recipes/cherokee/cherokee-nossl_0.5.3.bb
new file mode 100644
index 0000000000..409366004a
--- /dev/null
+++ b/recipes/cherokee/cherokee-nossl_0.5.3.bb
@@ -0,0 +1,14 @@
+require cherokee_${PV}.bb
+
+DEPENDS = "libpcre"
+
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/cherokee-${PV}', '${FILE_DIRNAME}/cherokee', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+
+S = "${WORKDIR}/cherokee-${PV}"
+
+EXTRA_OECONF = "--disable-tls --disable-static --disable-nls"
+
+# Fix up files - the ${PN} in the defaults expand to cherokee-nossl
+# but we are actually installing into cherokee.
+FILES_${PN} += "${datadir}/cherokee ${libdir}/cherokee/*"
+FILES_${PN}-dbg += "${libdir}/cherokee/.debug"