summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb')
-rw-r--r--meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb b/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb
index 28e016400f..8de3e4a34c 100644
--- a/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb
+++ b/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb
@@ -46,14 +46,14 @@ do_install () {
46} 46}
47 47
48PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" 48PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg"
49FILES_${PN}-client = "${bindir}/*" 49FILES:${PN}-client = "${bindir}/*"
50FILES_${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*" 50FILES:${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*"
51FILES_${PN}-doc = "${mandir}" 51FILES:${PN}-doc = "${mandir}"
52FILES_${PN}-dbg = "${prefix}/src/debug \ 52FILES:${PN}-dbg = "${prefix}/src/debug \
53 ${bindir}/.debug ${sbindir}/.debug" 53 ${bindir}/.debug ${sbindir}/.debug"
54 54
55RDEPENDS_${PN}-server = "tcp-wrappers xinetd" 55RDEPENDS:${PN}-server = "tcp-wrappers xinetd"
56 56
57ALTERNATIVE_PRIORITY = "100" 57ALTERNATIVE_PRIORITY = "100"
58ALTERNATIVE_${PN}-client = "tftp" 58ALTERNATIVE:${PN}-client = "tftp"
59ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp" 59ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp"