mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
inetutils: update files for -dbg packages
All .debug directories are packaged in inetutils-rshd-dbg which caused by AUTOPACKAGEDEBUG. Disable it and split .debug directories and files to right -dbg package. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -104,7 +104,8 @@ ${PN}-rsh ${PN}-rshd"
|
|||||||
# provided by netkit, so add the corresponding -dbg packages
|
# provided by netkit, so add the corresponding -dbg packages
|
||||||
# for them to avoid the confliction between the dbg package
|
# for them to avoid the confliction between the dbg package
|
||||||
# of inetutils and netkit.
|
# of inetutils and netkit.
|
||||||
PACKAGES += "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg"
|
PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg"
|
||||||
|
NOAUTOPACKAGEDEBUG = "1"
|
||||||
|
|
||||||
ALTERNATIVE_PRIORITY = "80"
|
ALTERNATIVE_PRIORITY = "80"
|
||||||
ALTERNATIVE_${PN} = "talk whois"
|
ALTERNATIVE_${PN} = "talk whois"
|
||||||
@@ -156,6 +157,7 @@ ALTERNATIVE_${PN}-ping6 = "${@bb.utils.contains('PACKAGECONFIG', 'ping6', 'ping6
|
|||||||
ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6"
|
ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6"
|
||||||
|
|
||||||
|
|
||||||
|
FILES_${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debug ${sbindir}/.debug"
|
||||||
FILES_${PN}-ping = "${base_bindir}/ping.${BPN}"
|
FILES_${PN}-ping = "${base_bindir}/ping.${BPN}"
|
||||||
FILES_${PN}-ping6 = "${base_bindir}/ping6.${BPN}"
|
FILES_${PN}-ping6 = "${base_bindir}/ping6.${BPN}"
|
||||||
FILES_${PN}-hostname = "${base_bindir}/hostname.${BPN}"
|
FILES_${PN}-hostname = "${base_bindir}/hostname.${BPN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user