[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5202/8267] systemd: Do not add libnss_* to systemd package



commit b45a6993e9c9b53dfc70c00a6f32be3bc343a5d7
Author: Amarnath Valluri <amarnath valluri intel com>
Date:   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}.
    
    (From OE-Core rev: 46046880e42ae924548eb5c0ec53f9448f6f932e)
    
    Signed-off-by: Amarnath Valluri <amarnath valluri intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/systemd/systemd_232.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]