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-22 11:35:20 +0000 |
| commit | b45a6993e9c9b53dfc70c00a6f32be3bc343a5d7 (patch) | |
| tree | 7a3b9950b216b6eb49a9e30bb8b551a74e193c79 | |
| parent | b350ef0ceafc1170d4f3ea54fb2fe480f95aee58 (diff) | |
| download | poky-b45a6993e9c9b53dfc70c00a6f32be3bc343a5d7.tar.gz | |
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>
| -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}/* \ | |||
| 448 | ${rootlibexecdir}/systemd/* \ | 448 | ${rootlibexecdir}/systemd/* \ |
| 449 | ${systemd_unitdir}/* \ | 449 | ${systemd_unitdir}/* \ |
| 450 | ${base_libdir}/security/*.so \ | 450 | ${base_libdir}/security/*.so \ |
| 451 | ${libdir}/libnss_* \ | ||
| 452 | /cgroup \ | 451 | /cgroup \ |
| 453 | ${bindir}/systemd* \ | 452 | ${bindir}/systemd* \ |
| 454 | ${bindir}/busctl \ | 453 | ${bindir}/busctl \ |
