diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-09-05 14:02:55 -0700 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-09-06 09:36:33 -0400 |
commit | 87e52402949eb316229fc7ca68b0672d3b6333c4 (patch) | |
tree | a4bd4f478e659ba470e13a2610af8594bea486bf /meta-networking/recipes-connectivity | |
parent | c896a9bbdcd8c646e33ef11b4c6ece95e154cc7e (diff) | |
download | meta-openembedded-87e52402949eb316229fc7ca68b0672d3b6333c4.tar.gz |
inetutils: Remove empty usr/lib
This directory is empty and is flagged by QA checker
ERROR: QA Issue: inetutils: Files/directories were installed but not
shipped
/usr/lib
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 7c7343e57..e371ae5b8 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | |||
@@ -70,6 +70,8 @@ do_install_append () { | |||
70 | cp ${WORKDIR}/telnet.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/telnet | 70 | cp ${WORKDIR}/telnet.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/telnet |
71 | cp ${WORKDIR}/tftpd.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/tftpd | 71 | cp ${WORKDIR}/tftpd.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/tftpd |
72 | rm -rf ${D}${libexecdir}/ | 72 | rm -rf ${D}${libexecdir}/ |
73 | # remove usr/lib if empty | ||
74 | rmdir ${D}${libdir} | ||
73 | } | 75 | } |
74 | 76 | ||
75 | PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \ | 77 | PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \ |