From: Amarnath Valluri Date: Tue, 24 Jan 2017 10:08:46 +0000 (+0200) Subject: systemd: Do not add libnss_* to systemd package X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21979 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46046880e42ae924548eb5c0ec53f9448f6f932e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-core/systemd/systemd_232.bb index e67d52a1df7..fa6a6a817fc 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 \