diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 14:49:10 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:22:05 +0200 |
| commit | fe76f1ab77c118e077d2c98f405b6b78ad35a124 (patch) | |
| tree | c58f86229942a17f87a9c0ec3b2942315b191cad /meta-systemd | |
| parent | 1e29c4586eaf7af68ec8ea4276114cc6aec05a11 (diff) | |
| download | meta-openembedded-fe76f1ab77c118e077d2c98f405b6b78ad35a124.tar.gz | |
atftp: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
| -rw-r--r-- | meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service | 10 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend | 19 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service b/meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service deleted file mode 100644 index 480bc702e9..0000000000 --- a/meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Advanced TFTP Server | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=forking | ||
| 7 | ExecStart=/usr/sbin/atftpd --daemon --port 69 | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend b/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend deleted file mode 100644 index ed9cf9dd79..0000000000 --- a/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 2}" | ||
| 4 | |||
| 5 | inherit systemd | ||
| 6 | |||
| 7 | SRC_URI += "file://atftpd.service" | ||
| 8 | |||
| 9 | SYSTEMD_PACKAGES = "${PN}d" | ||
| 10 | SYSTEMD_SERVICE_${PN}d = "atftpd.service" | ||
| 11 | FILES_${PN}d += "${systemd_unitdir}/system/atftpd.service" | ||
| 12 | RPROVIDES_${PN}d += "${PN}d-systemd" | ||
| 13 | RREPLACES_${PN}d += "${PN}d-systemd" | ||
| 14 | RCONFLICTS_${PN}d += "${PN}d-systemd" | ||
| 15 | do_install_append() { | ||
| 16 | install -d ${D}${systemd_unitdir}/system | ||
| 17 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system | ||
| 18 | } | ||
| 19 | |||
