summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/atftp
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-08-18 18:58:34 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:56:29 +0200
commitdc48e768f527cbed0cc3899f6a2ebb396cd9ada8 (patch)
tree24fab55846f541a4e58806887b2065baa06981ef /meta-networking/recipes-daemons/atftp
parent303a585a6f6c142b94307ffe48a5c56f828fcd94 (diff)
downloadmeta-openembedded-dc48e768f527cbed0cc3899f6a2ebb396cd9ada8.tar.gz
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/atftp')
-rw-r--r--meta-networking/recipes-daemons/atftp/atftp_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb
index 0556fe2a0..b222c34bb 100644
--- a/meta-networking/recipes-daemons/atftp/atftp_git.bb
+++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://git.code.sf.net/p/atftp/code \
12 file://atftpd-0.7_circumvent_tftp_size_restrictions.patch \ 12 file://atftpd-0.7_circumvent_tftp_size_restrictions.patch \
13 file://atftpd-0.7_unprotected_assignments_crash.patch \ 13 file://atftpd-0.7_unprotected_assignments_crash.patch \
14 file://atftpd.init \ 14 file://atftpd.init \
15 file://atftpd.service \ 15 file://atftpd.service \
16 file://atftp-0.7-sorcerers_apprentice.patch \ 16 file://atftp-0.7-sorcerers_apprentice.patch \
17" 17"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
@@ -38,7 +38,7 @@ do_install_append() {
38 install -d ${D}/srv/tftp 38 install -d ${D}/srv/tftp
39 39
40 rm ${D}${sbindir}/in.tftpd 40 rm ${D}${sbindir}/in.tftpd
41 41
42 install -d ${D}${systemd_unitdir}/system 42 install -d ${D}${systemd_unitdir}/system
43 install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system 43 install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system
44} 44}