diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb | 10 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service (renamed from meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service) | 0 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend | 10 |
3 files changed, 13 insertions, 7 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 a4835e071e..f481c4246e 100644 --- a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb +++ b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb | |||
| @@ -5,17 +5,16 @@ SECTION = "network" | |||
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 7 | 7 | ||
| 8 | PR = "r4" | 8 | PR = "r5" |
| 9 | 9 | ||
| 10 | DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 10 | DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://www.cherokee-project.com/download/1.2/${PV}/cherokee-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.cherokee-project.com/download/1.2/${PV}/cherokee-${PV}.tar.gz \ |
| 13 | file://cherokee.init \ | 13 | file://cherokee.init" |
| 14 | file://cherokee.service" | ||
| 15 | SRC_URI[md5sum] = "21b01e7d45c0e82ecc0c4257a9c27feb" | 14 | SRC_URI[md5sum] = "21b01e7d45c0e82ecc0c4257a9c27feb" |
| 16 | SRC_URI[sha256sum] = "042b5687b1a3db3ca818167548ce5d32c35e227c6640732dcb622a6f4a078b7d" | 15 | SRC_URI[sha256sum] = "042b5687b1a3db3ca818167548ce5d32c35e227c6640732dcb622a6f4a078b7d" |
| 17 | 16 | ||
| 18 | inherit autotools pkgconfig binconfig update-rc.d systemd | 17 | inherit autotools pkgconfig binconfig update-rc.d |
| 19 | 18 | ||
| 20 | EXTRA_OECONF = "--disable-static \ | 19 | EXTRA_OECONF = "--disable-static \ |
| 21 | --disable-nls \ | 20 | --disable-nls \ |
| @@ -45,6 +44,3 @@ CONFFILES_${PN} = " \ | |||
| 45 | 44 | ||
| 46 | INITSCRIPT_NAME = "cherokee" | 45 | INITSCRIPT_NAME = "cherokee" |
| 47 | INITSCRIPT_PARAMS = "defaults 91 91" | 46 | INITSCRIPT_PARAMS = "defaults 91 91" |
| 48 | |||
| 49 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
| 50 | SYSTEMD_SERVICE = "cherokee.service" | ||
diff --git a/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service b/meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service index a2d703185d..a2d703185d 100644 --- a/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service +++ b/meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service | |||
diff --git a/meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend b/meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend new file mode 100644 index 0000000000..7cc7dd8474 --- /dev/null +++ b/meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 1}" | ||
| 4 | |||
| 5 | inherit systemd | ||
| 6 | |||
| 7 | SRC_URI += "file://cherokee.service" | ||
| 8 | |||
| 9 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
| 10 | SYSTEMD_SERVICE = "cherokee.service" | ||
