diff options
author | Amarnath Valluri <amarnath.valluri@intel.com> | 2017-01-24 12:08:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:43:00 +0000 |
commit | 46046880e42ae924548eb5c0ec53f9448f6f932e (patch) | |
tree | daf0aa460fe518ef074ec5445eabd1697fa8856a | |
parent | 2c84649139059b810f28babe9d8d82035fde19ee (diff) | |
download | openembedded-core-46046880e42ae924548eb5c0ec53f9448f6f932e.tar.gz openembedded-core-46046880e42ae924548eb5c0ec53f9448f6f932e.tar.bz2 openembedded-core-46046880e42ae924548eb5c0ec53f9448f6f932e.zip |
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@intel.com>
-rw-r--r-- | 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 e67d52a1df..fa6a6a817f 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 \ |