[oe-commits] [openembedded-core] 18/64: systemd: Do not add libnss_* to systemd package

git at git.openembedded.org git at git.openembedded.org
Tue Mar 21 21:11:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 836008eefdbc2b3f8d20f87f72c2a5b1e06e1fbd
Author: Amarnath Valluri <amarnath.valluri at intel.com>
AuthorDate: Tue Jan 24 12:08:46 2017 +0200

    systemd: Do not add libnss_* to systemd package
    
    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 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 e67d52a..fa6a6a8 100644
--- a/meta/recipes-core/systemd/systemd_232.bb
+++ b/meta/recipes-core/systemd/systemd_232.bb
@@ -448,7 +448,6 @@ FILES_${PN} = " ${base_bindir}/* \
                 ${rootlibexecdir}/systemd/* \
                 ${systemd_unitdir}/* \
                 ${base_libdir}/security/*.so \
-                ${libdir}/libnss_* \
                 /cgroup \
                 ${bindir}/systemd* \
                 ${bindir}/busctl \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list