diff options
Diffstat (limited to 'meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb')
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb b/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb index 507621795f..eca004302b 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb | |||
@@ -11,7 +11,6 @@ SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master;protocol=https \ | |||
11 | file://atftpd.service \ | 11 | file://atftpd.service \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit autotools update-rc.d systemd | 15 | inherit autotools update-rc.d systemd |
17 | 16 | ||
@@ -29,14 +28,14 @@ EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" | |||
29 | 28 | ||
30 | do_install:append() { | 29 | do_install:append() { |
31 | install -d ${D}${sysconfdir}/init.d | 30 | install -d ${D}${sysconfdir}/init.d |
32 | install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd | 31 | install -m 0755 ${UNPACKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd |
33 | 32 | ||
34 | install -d ${D}/srv/tftp | 33 | install -d ${D}/srv/tftp |
35 | 34 | ||
36 | rm ${D}${sbindir}/in.tftpd | 35 | rm ${D}${sbindir}/in.tftpd |
37 | 36 | ||
38 | install -d ${D}${systemd_unitdir}/system | 37 | install -d ${D}${systemd_unitdir}/system |
39 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system | 38 | install -m 0644 ${UNPACKDIR}/atftpd.service ${D}${systemd_unitdir}/system |
40 | } | 39 | } |
41 | 40 | ||
42 | PACKAGES =+ "${PN}d" | 41 | PACKAGES =+ "${PN}d" |