summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb')
-rw-r--r--meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
index c05d0fd6c..56860ea09 100644
--- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
+++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
@@ -55,17 +55,17 @@ do_install () {
55inherit update-alternatives 55inherit update-alternatives
56 56
57ALTERNATIVE_PRIORITY = "100" 57ALTERNATIVE_PRIORITY = "100"
58ALTERNATIVE_${PN} = "telnet" 58ALTERNATIVE:${PN} = "telnet"
59ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" 59ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet"
60ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}" 60ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}"
61 61
62ALTERNATIVE_${PN}-doc = "telnetd.8" 62ALTERNATIVE:${PN}-doc = "telnetd.8"
63ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" 63ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8"
64 64
65SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" 65SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36"
66SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" 66SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00"
67FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" 67FILES:${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*"
68 68
69# http://errors.yoctoproject.org/Errors/Details/186954/ 69# http://errors.yoctoproject.org/Errors/Details/186954/
70COMPATIBLE_HOST_libc-musl = 'null' 70COMPATIBLE_HOST:libc-musl = 'null'
71RCONFLICTS_${PN} = "inetutils-telnetd" 71RCONFLICTS:${PN} = "inetutils-telnetd"