]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: ignore .so filenames in systemd-doc
authorDan McGregor <dan.mcgregor@usask.ca>
Tue, 3 Nov 2015 22:54:34 +0000 (16:54 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Nov 2015 08:01:31 +0000 (08:01 +0000)
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@usask.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd_225.bb

index a5909f5286339e83a1a536af19cb5c044fc7ead9..0b54ac86f961b88efd66365dec8d18bc3a5d8892 100644 (file)
@@ -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"