[oe] [meta-networking][PATCH] inetutils: add -dbg packages for tftpd, telnetd and rshd

Joe MacDonald joe at deserted.net
Wed Apr 2 15:23:27 UTC 2014


Merged, thanks.
-J.

[[oe] [meta-networking][PATCH] inetutils: add -dbg packages for tftpd, telnetd and rshd] On 14.04.02 (Wed 15:27) jackie.huang at windriver.com wrote:

> From: Jackie Huang <jackie.huang at windriver.com>
> 
> The packages tftpd, telnetd and rshd conflict with the ones
> provided by netkit, so add the corresponding -dbg packages
> for them to avoid the following confliction between the dbg
> package of inetutils and netkit:
> 
> error: file /usr/sbin/.debug/in.rexecd conflicts between attempted installs of inetutils-dbg-1.9.1-r1.0.armv7a_vfp_neon and netkit-rsh-dbg-0.17-r0.0.armv7a_vfp_neon
> error: file /usr/sbin/.debug/in.telnetd conflicts between attempted installs of inetutils-dbg-1.9.1-r1.0.armv7a_vfp_neon and netkit-telnet-dbg-0.17-r0.0.armv7a_vfp_neon
> 
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
>  .../inetutils/inetutils_1.9.1.bb                   |   10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
> index e7f1987..0e47015 100644
> --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
> +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
> @@ -80,6 +80,12 @@ ${PN}-tftp ${PN}-logger ${PN}-traceroute ${PN}-syslogd \
>  ${PN}-ftp ${PN}-ftpd ${PN}-tftpd ${PN}-telnet ${PN}-telnetd ${PN}-inetd \
>  ${PN}-rsh ${PN}-rshd"
>  
> +# The packages tftpd, telnetd and rshd conflict with the ones
> +# provided by netkit, so add the corresponding -dbg packages
> +# for them to avoid the confliction between the dbg package
> +# of inetutils and netkit.
> +PACKAGES += "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg"
> +
>  ALTERNATIVE_PRIORITY = "80"
>  ALTERNATIVE_${PN} = "talk whois"
>  ALTERNATIVE_LINK_NAME[talkd]  = "${sbindir}/in.talkd"
> @@ -141,18 +147,22 @@ FILES_${PN}-rsh = "${bindir}/rsh.${BPN} ${bindir}/rlogin.${BPN} ${bindir}/rexec.
>  
>  FILES_${PN}-rshd = "${sbindir}/in.rshd ${sbindir}/in.rlogind ${sbindir}/in.rexecd \
>                      ${sysconfdir}/xinetd.d/rsh ${sysconfdir}/xinetd.d/rlogin ${sysconfdir}/xinetd.d/rexec"
> +FILES_${PN}-rshd-dbg = "${sbindir}/.debug/in.rshd ${sbindir}/.debug/in.rlogind ${sbindir}/.debug/in.rexecd"
>  RDEPENDS_${PN}-rshd += "xinetd tcp-wrappers"
>  RCONFLICTS_${PN}-rshd += "netkit-rshd"
>  RPROVIDES_${PN}-rshd = "rshd"
>  
>  FILES_${PN}-ftpd = "${bindir}/ftpd.${BPN}"
> +FILES_${PN}-ftpd-dbg = "${bindir}/.debug/ftpd.${BPN}"
>  RDEPENDS_${PN}-ftpd += "xinetd"
>  
>  FILES_${PN}-tftpd = "${sbindir}/in.tftpd ${sysconfdir}/xinetd.d/tftpd"
> +FILES_${PN}-tftpd-dbg = "${sbindir}/.debug/in.tftpd"
>  RCONFLICTS_${PN}-tftpd += "netkit-tftpd"
>  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"
>  RPROVIDES_${PN}-telnetd = "telnetd"
>  RDEPENDS_${PN}-telnetd += "xinetd"
> -- 
> 1.7.9.5
> 
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140402/3d98689d/attachment-0002.sig>


More information about the Openembedded-devel mailing list