mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
atftp: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
e521e25a0a
commit
338f6f4285
|
|
@ -3,7 +3,7 @@ SECTION = "network"
|
|||
HOMEPAGE = "http://packages.debian.org/atftp"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
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 \
|
||||
|
|
@ -29,23 +29,17 @@ do_install_append() {
|
|||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd
|
||||
|
||||
install -d ${D}${base_libdir}/systemd/system
|
||||
install -m 644 ${WORKDIR}/atftpd.service ${D}${base_libdir}/systemd/system
|
||||
|
||||
install -d ${D}/srv/tftp
|
||||
|
||||
rm ${D}${sbindir}/in.tftpd
|
||||
}
|
||||
|
||||
PACKAGES =+ "atftpd-systemd atftpd"
|
||||
PACKAGES =+ "atftpd"
|
||||
|
||||
FILES_${PN} = "${bindir}/*"
|
||||
|
||||
FILES_${PN}d = "${sbindir}/* ${sysconfdir}/init.d/* /srv/tftp"
|
||||
|
||||
FILES_atftpd-systemd += "${base_libdir}/systemd"
|
||||
RDEPENDS_atftpd-systemd += "atftpd"
|
||||
|
||||
SRC_URI[archive.md5sum] = "aa269044a6f992eca78fee2f6119643c"
|
||||
SRC_URI[archive.sha256sum] = "18815f5b67290fac087c6b9da28dfa5e0feb722096f5c5de52e59b46026da559"
|
||||
SRC_URI[patch.md5sum] = "1636f199bf32c754a7bf34a5c647d138"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user