From: Dan McGregor <dan.mcgre...@usask.ca>

systemd names two manual pages for .so files ${foo}.so.2.8,
the library being named ${foo}.so.2. This hits the libdir
sanity checker:
WARNING: QA Issue: systemd-doc: found library in wrong location:
/usr/share/man/man8/libnss_mymachines.so.2.8 [libdir]

Disable the libdir sanity check for systemd-doc.

Signed-off-by: Dan McGregor <dan.mcgre...@usask.ca>
---
 meta/recipes-core/systemd/systemd_225.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd_225.bb 
b/meta/recipes-core/systemd/systemd_225.bb
index 18c2448..5106401 100644
--- a/meta/recipes-core/systemd/systemd_225.bb
+++ b/meta/recipes-core/systemd/systemd_225.bb
@@ -327,6 +327,8 @@ RRECOMMENDS_${PN} += "systemd-serialgetty 
systemd-vconsole-setup \
                       os-release \
 "
 
+INSANE_SKIP_${PN}-doc += " libdir"
+
 PACKAGES =+ "udev-dbg udev udev-hwdb"
 
 FILES_udev-dbg += "${nonarch_base_libdir}/udev/.debug"
-- 
2.6.2.11.gb05c2f9

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to