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-networking/recipes-daemons/proftpd | |
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-networking/recipes-daemons/proftpd')
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb index f2a89e5a2..981757b56 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb | |||
@@ -131,15 +131,15 @@ INITSCRIPT_NAME = "proftpd" | |||
131 | INITSCRIPT_PARAM = "defaults 85 15" | 131 | INITSCRIPT_PARAM = "defaults 85 15" |
132 | 132 | ||
133 | SYSTEMD_PACKAGES = "${PN}" | 133 | SYSTEMD_PACKAGES = "${PN}" |
134 | SYSTEMD_SERVICE_${PN} = "proftpd.service" | 134 | SYSTEMD_SERVICE:${PN} = "proftpd.service" |
135 | 135 | ||
136 | USERADD_PACKAGES = "${PN}" | 136 | USERADD_PACKAGES = "${PN}" |
137 | GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}" | 137 | GROUPADD_PARAM:${PN} = "--system ${FTPGROUP}" |
138 | USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ | 138 | USERADD_PARAM:${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ |
139 | --shell /bin/false ${FTPUSER}" | 139 | --shell /bin/false ${FTPUSER}" |
140 | 140 | ||
141 | MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" | 141 | MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" |
142 | 142 | ||
143 | FILES_${PN} += "/home/${FTPUSER}" | 143 | FILES:${PN} += "/home/${FTPUSER}" |
144 | 144 | ||
145 | RDEPENDS_${PN} += "perl" | 145 | RDEPENDS:${PN} += "perl" |