diff options
| author | Changqing Li <changqing.li@windriver.com> | 2019-05-29 15:46:30 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-30 12:37:03 +0100 |
| commit | 0799b21260d66398d08b9e040f8ee04f23d09caf (patch) | |
| tree | 6b0016726bd1fbdb0e08d9046ecc79e612c650f8 /meta/recipes-connectivity/inetutils | |
| parent | a13288fd507870d4a7bcf2a6a5069bd4555e548b (diff) | |
| download | poky-0799b21260d66398d08b9e040f8ee04f23d09caf.tar.gz | |
inetutils: fix wrong package name
fix below error:
file /etc/xinetd.d/telnet conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586
file /usr/sbin/in.telnetd conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586
(From OE-Core rev: 1ceaaab6aab449f05a6e5f984bd20fa33d84937d)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/inetutils')
| -rw-r--r-- | meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb index ec1384eabd..ac2e017d8b 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | |||
| @@ -200,7 +200,7 @@ RDEPENDS_${PN}-tftpd += "xinetd" | |||
| 200 | 200 | ||
| 201 | FILES_${PN}-telnetd = "${sbindir}/in.telnetd ${sysconfdir}/xinetd.d/telnet" | 201 | FILES_${PN}-telnetd = "${sbindir}/in.telnetd ${sysconfdir}/xinetd.d/telnet" |
| 202 | FILES_${PN}-telnetd-dbg = "${sbindir}/.debug/in.telnetd" | 202 | FILES_${PN}-telnetd-dbg = "${sbindir}/.debug/in.telnetd" |
| 203 | RCONFLICTS_${PN}-telnetd += "netkit-telnetd" | 203 | RCONFLICTS_${PN}-telnetd += "netkit-telnet" |
| 204 | RPROVIDES_${PN}-telnetd = "telnetd" | 204 | RPROVIDES_${PN}-telnetd = "telnetd" |
| 205 | RDEPENDS_${PN}-telnetd += "xinetd" | 205 | RDEPENDS_${PN}-telnetd += "xinetd" |
| 206 | 206 | ||
