mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a13288fd50
commit
0799b21260
@@ -200,7 +200,7 @@ RDEPENDS_${PN}-tftpd += "xinetd"
|
||||
|
||||
FILES_${PN}-telnetd = "${sbindir}/in.telnetd ${sysconfdir}/xinetd.d/telnet"
|
||||
FILES_${PN}-telnetd-dbg = "${sbindir}/.debug/in.telnetd"
|
||||
RCONFLICTS_${PN}-telnetd += "netkit-telnetd"
|
||||
RCONFLICTS_${PN}-telnetd += "netkit-telnet"
|
||||
RPROVIDES_${PN}-telnetd = "telnetd"
|
||||
RDEPENDS_${PN}-telnetd += "xinetd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user