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/sthttpd/sthttpd_2.27.1.bb | |
| 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/sthttpd/sthttpd_2.27.1.bb')
| -rw-r--r-- | meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb index 560dd9b6e4..8a30b74c81 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | |||
| @@ -20,7 +20,7 @@ S = "${WORKDIR}/git" | |||
| 20 | inherit autotools update-rc.d systemd update-alternatives | 20 | inherit autotools update-rc.d systemd update-alternatives |
| 21 | 21 | ||
| 22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |
| 23 | ALTERNATIVE_${PN}-doc = "htpasswd.1" | 23 | ALTERNATIVE:${PN}-doc = "htpasswd.1" |
| 24 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" | 24 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" |
| 25 | 25 | ||
| 26 | SRV_DIR ?= "${servicedir}/www" | 26 | SRV_DIR ?= "${servicedir}/www" |
| @@ -29,12 +29,12 @@ SRV_DIR ?= "${servicedir}/www" | |||
| 29 | # but ${SRV_DIR} is not installed chgrp'd to the group by default. | 29 | # but ${SRV_DIR} is not installed chgrp'd to the group by default. |
| 30 | WEBGROUP ?= "www-data" | 30 | WEBGROUP ?= "www-data" |
| 31 | 31 | ||
| 32 | do_configure_prepend () { | 32 | do_configure:prepend () { |
| 33 | export WEBDIR=${SRV_DIR} | 33 | export WEBDIR=${SRV_DIR} |
| 34 | export WEBGROUP=${WEBGROUP} | 34 | export WEBGROUP=${WEBGROUP} |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | do_install_append () { | 37 | do_install:append () { |
| 38 | install -d ${D}${sysconfdir}/init.d | 38 | install -d ${D}${sysconfdir}/init.d |
| 39 | install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/thttpd | 39 | install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/thttpd |
| 40 | install -c -m 755 ${WORKDIR}/thttpd.conf ${D}${sysconfdir} | 40 | install -c -m 755 ${WORKDIR}/thttpd.conf ${D}${sysconfdir} |
| @@ -52,7 +52,7 @@ do_install_append () { | |||
| 52 | INITSCRIPT_NAME = "thttpd" | 52 | INITSCRIPT_NAME = "thttpd" |
| 53 | INITSCRIPT_PARAMS = "defaults" | 53 | INITSCRIPT_PARAMS = "defaults" |
| 54 | 54 | ||
| 55 | SYSTEMD_SERVICE_${PN} = "thttpd.service" | 55 | SYSTEMD_SERVICE:${PN} = "thttpd.service" |
| 56 | 56 | ||
| 57 | FILES_${PN} += "${SRV_DIR}" | 57 | FILES:${PN} += "${SRV_DIR}" |
| 58 | FILES_${PN}-dbg += "${SRV_DIR}/cgi-bin/.debug" | 58 | FILES:${PN}-dbg += "${SRV_DIR}/cgi-bin/.debug" |
