1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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.

(From OE-Core rev: 2c10bc96257a934d9431bef0c39006c7e100924d)

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dan McGregor
2015-11-03 16:54:34 -06:00
committed by Richard Purdie
parent 6821854dba
commit 04937cca7f
+2
View 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"