aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/atftp/atftp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/atftp/atftp_git.bb')
-rw-r--r--meta-oe/recipes-extended/atftp/atftp_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/atftp/atftp_git.bb b/meta-oe/recipes-extended/atftp/atftp_git.bb
index 67a2c1b4c5..3e55881cf9 100644
--- a/meta-oe/recipes-extended/atftp/atftp_git.bb
+++ b/meta-oe/recipes-extended/atftp/atftp_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://atftp.git.sourceforge.net/gitroot/atftp/atftp;protocol=git \
file://atftpd-0.7_unprotected_assignments_crash.patch \
file://atftpd.init \
file://atftpd.service \
- "
+"
S = "${WORKDIR}/git"
inherit autotools update-rc.d useradd systemd
@@ -43,9 +43,9 @@ PACKAGES =+ "atftpd"
FILES_${PN} = "${bindir}/*"
FILES_${PN}d = "${sbindir}/* \
- ${sysconfdir}/init.d/* \
- /srv/tftp \
- ${systemd_unitdir}/system/atftpd.service \
+ ${sysconfdir}/init.d/* \
+ /srv/tftp \
+ ${systemd_unitdir}/system/atftpd.service \
"
SYSTEMD_PACKAGES = "${PN}d"