diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-webserver/recipes-httpd/cherokee | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 24 |
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 @@ | |||
| 1 | SUMMARY = "Cherokee Web Server fast and secure" | 1 | SUMMARY = "Cherokee Web Server fast and secure" |
| 2 | SUMMARY_cget = "Small downloader based in the Cherokee client library" | 2 | SUMMARY:cget = "Small downloader based in the Cherokee client library" |
| 3 | HOMEPAGE = "http://www.cherokee-project.com/" | 3 | HOMEPAGE = "http://www.cherokee-project.com/" |
| 4 | SECTION = "network" | 4 | SECTION = "network" |
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "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 | ||
| 37 | do_install_append () { | 37 | do_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 |
| 51 | PACKAGES =+ "libcherokee-server libcherokee-client libcherokee-base cget" | 51 | PACKAGES =+ "libcherokee-server libcherokee-client libcherokee-base cget" |
| 52 | 52 | ||
| 53 | FILES_cget = "${bindir}/cget" | 53 | FILES:cget = "${bindir}/cget" |
| 54 | FILES_libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}" | 54 | FILES:libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}" |
| 55 | FILES_libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}" | 55 | FILES:libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}" |
| 56 | FILES_libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}" | 56 | FILES:libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}" |
| 57 | 57 | ||
| 58 | # Pack the htdocs | 58 | # Pack the htdocs |
| 59 | FILES_${PN} += "${localstatedir}/www/cherokee" | 59 | FILES:${PN} += "${localstatedir}/www/cherokee" |
| 60 | 60 | ||
| 61 | CONFFILES_${PN} = " \ | 61 | CONFFILES:${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} = " \ | |||
| 66 | INITSCRIPT_NAME = "cherokee" | 66 | INITSCRIPT_NAME = "cherokee" |
| 67 | INITSCRIPT_PARAMS = "defaults 91 91" | 67 | INITSCRIPT_PARAMS = "defaults 91 91" |
| 68 | 68 | ||
| 69 | RPROVIDES_${PN} += "${PN}-systemd" | 69 | RPROVIDES:${PN} += "${PN}-systemd" |
| 70 | RREPLACES_${PN} += "${PN}-systemd" | 70 | RREPLACES:${PN} += "${PN}-systemd" |
| 71 | RCONFLICTS_${PN} += "${PN}-systemd" | 71 | RCONFLICTS:${PN} += "${PN}-systemd" |
| 72 | SYSTEMD_SERVICE_${PN} = "cherokee.service" | 72 | SYSTEMD_SERVICE:${PN} = "cherokee.service" |
| 73 | 73 | ||
| 74 | python() { | 74 | python() { |
| 75 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | 75 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): |
