summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/cherokee
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-webserver/recipes-httpd/cherokee
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/cherokee')
-rw-r--r--meta-webserver/recipes-httpd/cherokee/cherokee_git.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb
index 7424467946..7077d76d7a 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Cherokee Web Server fast and secure" 1SUMMARY = "Cherokee Web Server fast and secure"
2SUMMARY_cget = "Small downloader based in the Cherokee client library" 2SUMMARY:cget = "Small downloader based in the Cherokee client library"
3HOMEPAGE = "http://www.cherokee-project.com/" 3HOMEPAGE = "http://www.cherokee-project.com/"
4SECTION = "network" 4SECTION = "network"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
@@ -34,7 +34,7 @@ EXTRA_OECONF = "--disable-static \
34 --with-wwwroot=${localstatedir}/www/cherokee \ 34 --with-wwwroot=${localstatedir}/www/cherokee \
35" 35"
36 36
37do_install_append () { 37do_install:append () {
38 install -m 0755 -d ${D}${sysconfdir}/init.d 38 install -m 0755 -d ${D}${sysconfdir}/init.d
39 install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee 39 install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee
40 40
@@ -50,15 +50,15 @@ do_install_append () {
50# Put -dev near the front so we can move the .la files into it with a wildcard 50# Put -dev near the front so we can move the .la files into it with a wildcard
51PACKAGES =+ "libcherokee-server libcherokee-client libcherokee-base cget" 51PACKAGES =+ "libcherokee-server libcherokee-client libcherokee-base cget"
52 52
53FILES_cget = "${bindir}/cget" 53FILES:cget = "${bindir}/cget"
54FILES_libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}" 54FILES:libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}"
55FILES_libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}" 55FILES:libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}"
56FILES_libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}" 56FILES:libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}"
57 57
58# Pack the htdocs 58# Pack the htdocs
59FILES_${PN} += "${localstatedir}/www/cherokee" 59FILES:${PN} += "${localstatedir}/www/cherokee"
60 60
61CONFFILES_${PN} = " \ 61CONFFILES:${PN} = " \
62 ${sysconfdir}/cherokee/cherokee.conf \ 62 ${sysconfdir}/cherokee/cherokee.conf \
63 ${sysconfdir}/init.d/cherokee \ 63 ${sysconfdir}/init.d/cherokee \
64" 64"
@@ -66,10 +66,10 @@ CONFFILES_${PN} = " \
66INITSCRIPT_NAME = "cherokee" 66INITSCRIPT_NAME = "cherokee"
67INITSCRIPT_PARAMS = "defaults 91 91" 67INITSCRIPT_PARAMS = "defaults 91 91"
68 68
69RPROVIDES_${PN} += "${PN}-systemd" 69RPROVIDES:${PN} += "${PN}-systemd"
70RREPLACES_${PN} += "${PN}-systemd" 70RREPLACES:${PN} += "${PN}-systemd"
71RCONFLICTS_${PN} += "${PN}-systemd" 71RCONFLICTS:${PN} += "${PN}-systemd"
72SYSTEMD_SERVICE_${PN} = "cherokee.service" 72SYSTEMD_SERVICE:${PN} = "cherokee.service"
73 73
74python() { 74python() {
75 if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): 75 if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():