From 2c10bc96257a934d9431bef0c39006c7e100924d Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Tue, 3 Nov 2015 16:54:34 -0600 Subject: systemd: ignore .so filenames in systemd-doc 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 Signed-off-by: Ross Burton --- 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 a5909f5286..0b54ac86f9 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb @@ -329,6 +329,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" -- cgit 1.2.3-korg