summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2015-11-03 16:54:34 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 08:08:09 +0000
commit04937cca7fb1cc88e914685ab839a8e313b20f01 (patch)
tree7ece63d1816c91e0935297a6f13f4457567d8073 /meta/recipes-core/systemd
parent6821854dbad2a23284e7441d6f5748ba849ae472 (diff)
downloadpoky-04937cca7fb1cc88e914685ab839a8e313b20f01.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_225.bb2
1 files changed, 2 insertions, 0 deletions
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 \
329 os-release \ 329 os-release \
330" 330"
331 331
332INSANE_SKIP_${PN}-doc += " libdir"
333
332PACKAGES =+ "udev-dbg udev udev-hwdb" 334PACKAGES =+ "udev-dbg udev udev-hwdb"
333 335
334FILES_udev-dbg += "${nonarch_base_libdir}/udev/.debug" 336FILES_udev-dbg += "${nonarch_base_libdir}/udev/.debug"