]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd: ignore .so filenames in systemd-doc
authorDan McGregor <dan.mcgregor@usask.ca>
Mon, 9 Mar 2015 19:22:48 +0000 (13:22 -0600)
committerDan McGregor <dan.mcgregor@usask.ca>
Mon, 16 Nov 2015 16:54:15 +0000 (10:54 -0600)
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>
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"