]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: Do not add libnss_* to systemd package
authorAmarnath Valluri <amarnath.valluri@intel.com>
Tue, 24 Jan 2017 10:08:46 +0000 (12:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:00 +0000 (22:43 +0000)
libnss_* files should be part of corresponding sub-packages, the split happens
by do_package_split(). By adding ${libdir}/libnss_* to FILES_${PN}, those files
end up in the systemd package when ${libdir} == ${base_libdir}.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
meta/recipes-core/systemd/systemd_232.bb

index e67d52a1df7f772417f89f1eeb3458e4ea86a8d1..fa6a6a817fc4de6d5a58cd466761e204268661e3 100644 (file)
@@ -448,7 +448,6 @@ FILES_${PN} = " ${base_bindir}/* \
                 ${rootlibexecdir}/systemd/* \
                 ${systemd_unitdir}/* \
                 ${base_libdir}/security/*.so \
-                ${libdir}/libnss_* \
                 /cgroup \
                 ${bindir}/systemd* \
                 ${bindir}/busctl \