summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-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"
3HOMEPAGE = "http://packages.debian.org/atftp" 3HOMEPAGE = "http://packages.debian.org/atftp"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
6PR = "r3" 6PR = "r4"
7 7
8SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg.orig.tar.gz;name=archive \ 8SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg.orig.tar.gz;name=archive \
9 ${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg-11.diff.gz;name=patch \ 9 ${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg-11.diff.gz;name=patch \
10 file://atftpd.init \ 10 file://atftpd.init"
11 file://atftpd.service"
12 11
13S = "${WORKDIR}/atftp-${PV}.dfsg" 12S = "${WORKDIR}/atftp-${PV}.dfsg"
14 13
15inherit autotools update-rc.d systemd useradd 14inherit autotools update-rc.d useradd
16
17SYSTEMD_PACKAGES = "atftpd-systemd"
18SYSTEMD_SERVICE_atftpd-systemd = "atftpd.service"
19 15
20INITSCRIPT_PACKAGES = "${PN}d" 16INITSCRIPT_PACKAGES = "${PN}d"
21INITSCRIPT_NAME_${PN}d = "atftpd" 17INITSCRIPT_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 @@
1[Unit]
2Description=Advanced TFTP Server
3After=syslog.target network.target
4
5[Service]
6Type=forking
7ExecStart=/usr/sbin/atftpd --daemon --port 69
8
9[Install]
10WantedBy=multi-user.target