[OE-core] [PATCH 14/23] systemd: Do not add libnss_* to systemd package
Amarnath Valluri
amarnath.valluri at intel.com
Fri Feb 10 13:42:22 UTC 2017
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
endup in systemd package when ${libdir} == ${base_libdir}.
Signed-off-by: Amarnath Valluri <amarnath.valluri at intel.com>
---
meta/recipes-core/systemd/systemd_232.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-core/systemd/systemd_232.bb
index bf0fadc..a18907a 100644
--- a/meta/recipes-core/systemd/systemd_232.bb
+++ b/meta/recipes-core/systemd/systemd_232.bb
@@ -451,7 +451,6 @@ FILES_${PN} = " ${base_bindir}/* \
${rootlibexecdir}/systemd/* \
${systemd_unitdir}/* \
${base_libdir}/security/*.so \
- ${libdir}/libnss_* \
/cgroup \
${bindir}/systemd* \
${bindir}/busctl \
--
2.7.4
More information about the Openembedded-core
mailing list