diff options
author | Kai Kang <kai.kang@windriver.com> | 2017-02-16 16:04:37 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-02-22 08:31:59 -0500 |
commit | 9c6cc7ae78cf36d8d22e25a96b0524abf9c2a26e (patch) | |
tree | dcff3e1d65d688952b707d653adc1b311c17e22f | |
parent | e29a3aaf76f6c5424fc1750e69d8beb3c98e43b0 (diff) | |
download | meta-openembedded-9c6cc7ae78cf36d8d22e25a96b0524abf9c2a26e.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb index e3c278176..e3f5aa396 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | |||
@@ -104,7 +104,8 @@ ${PN}-rsh ${PN}-rshd" | |||
104 | # provided by netkit, so add the corresponding -dbg packages | 104 | # provided by netkit, so add the corresponding -dbg packages |
105 | # for them to avoid the confliction between the dbg package | 105 | # for them to avoid the confliction between the dbg package |
106 | # of inetutils and netkit. | 106 | # of inetutils and netkit. |
107 | PACKAGES += "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg" | 107 | PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg" |
108 | NOAUTOPACKAGEDEBUG = "1" | ||
108 | 109 | ||
109 | ALTERNATIVE_PRIORITY = "80" | 110 | ALTERNATIVE_PRIORITY = "80" |
110 | ALTERNATIVE_${PN} = "talk whois" | 111 | ALTERNATIVE_${PN} = "talk whois" |
@@ -156,6 +157,7 @@ ALTERNATIVE_${PN}-ping6 = "${@bb.utils.contains('PACKAGECONFIG', 'ping6', 'ping6 | |||
156 | ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6" | 157 | ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6" |
157 | 158 | ||
158 | 159 | ||
160 | FILES_${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debug ${sbindir}/.debug" | ||
159 | FILES_${PN}-ping = "${base_bindir}/ping.${BPN}" | 161 | FILES_${PN}-ping = "${base_bindir}/ping.${BPN}" |
160 | FILES_${PN}-ping6 = "${base_bindir}/ping6.${BPN}" | 162 | FILES_${PN}-ping6 = "${base_bindir}/ping6.${BPN}" |
161 | FILES_${PN}-hostname = "${base_bindir}/hostname.${BPN}" | 163 | FILES_${PN}-hostname = "${base_bindir}/hostname.${BPN}" |