summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb')
-rw-r--r--meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
index 422ebdab4..6c030a635 100644
--- a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
+++ b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
@@ -21,17 +21,17 @@ inherit autotools pkgconfig binconfig update-rc.d systemd
21EXTRA_OECONF = "--disable-static \ 21EXTRA_OECONF = "--disable-static \
22 --disable-nls \ 22 --disable-nls \
23 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \ 23 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \
24 " 24"
25 25
26do_install_append () { 26do_install_append () {
27 install -m 0755 -d ${D}${sysconfdir}/init.d 27 install -m 0755 -d ${D}${sysconfdir}/init.d
28 install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee 28 install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee
29 29
30 # clean up .la files for plugins 30 # clean up .la files for plugins
31 rm -f ${D}${libdir}/cherokee/*.la 31 rm -f ${D}${libdir}/cherokee/*.la
32 32
33 install -d ${D}${systemd_unitdir}/system 33 install -d ${D}${systemd_unitdir}/system
34 install -m 0644 ${WORKDIR}/cherokee.service ${D}${systemd_unitdir}/system 34 install -m 0644 ${WORKDIR}/cherokee.service ${D}${systemd_unitdir}/system
35} 35}
36 36
37# Put -dev near the front so we can move the .la files into it with a wildcard 37# Put -dev near the front so we can move the .la files into it with a wildcard
@@ -45,7 +45,7 @@ FILES_libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}"
45CONFFILES_${PN} = " \ 45CONFFILES_${PN} = " \
46 ${sysconfdir}/cherokee/cherokee.conf \ 46 ${sysconfdir}/cherokee/cherokee.conf \
47 ${sysconfdir}/init.d/cherokee \ 47 ${sysconfdir}/init.d/cherokee \
48 " 48"
49 49
50INITSCRIPT_NAME = "cherokee" 50INITSCRIPT_NAME = "cherokee"
51INITSCRIPT_PARAMS = "defaults 91 91" 51INITSCRIPT_PARAMS = "defaults 91 91"