aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-06-10 21:46:47 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:06 +0200
commitca89a235067f3328ceaa3c7a0a5bb599aaa4b428 (patch)
tree1f90a4a6a4596c1478a0f68ad6fb87017730bb86 /meta-oe/recipes-extended
parent9f2dd8c0ae46507989f4cb8f24edc87ed91bebac (diff)
downloadmeta-openembedded-ca89a235067f3328ceaa3c7a0a5bb599aaa4b428.tar.gz
atftp: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/atftp/atftp_0.7.bb10
-rw-r--r--meta-oe/recipes-extended/atftp/files/atftpd.service10
2 files changed, 3 insertions, 17 deletions
diff --git a/meta-oe/recipes-extended/atftp/atftp_0.7.bb b/meta-oe/recipes-extended/atftp/atftp_0.7.bb
index 1af4b63294..ff1e11dcfa 100644
--- a/meta-oe/recipes-extended/atftp/atftp_0.7.bb
+++ b/meta-oe/recipes-extended/atftp/atftp_0.7.bb
@@ -3,19 +3,15 @@ SECTION = "network"
HOMEPAGE = "http://packages.debian.org/atftp"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
-PR = "r3"
+PR = "r4"
SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg.orig.tar.gz;name=archive \
${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg-11.diff.gz;name=patch \
- file://atftpd.init \
- file://atftpd.service"
+ file://atftpd.init"
S = "${WORKDIR}/atftp-${PV}.dfsg"
-inherit autotools update-rc.d systemd useradd
-
-SYSTEMD_PACKAGES = "atftpd-systemd"
-SYSTEMD_SERVICE_atftpd-systemd = "atftpd.service"
+inherit autotools update-rc.d useradd
INITSCRIPT_PACKAGES = "${PN}d"
INITSCRIPT_NAME_${PN}d = "atftpd"
diff --git a/meta-oe/recipes-extended/atftp/files/atftpd.service b/meta-oe/recipes-extended/atftp/files/atftpd.service
deleted file mode 100644
index 480bc702e9..0000000000
--- a/meta-oe/recipes-extended/atftp/files/atftpd.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Advanced TFTP Server
-After=syslog.target network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/atftpd --daemon --port 69
-
-[Install]
-WantedBy=multi-user.target