[OE-core] [PATCH 2/4] systemd: ignore .so filenames in systemd-doc
Dan McGregor
danismostlikely at gmail.com
Tue Nov 3 22:54:34 UTC 2015
From: Dan McGregor <dan.mcgregor at 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.mcgregor at 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
More information about the Openembedded-core
mailing list