diff options
author | Florian Wickert <fw@ferncast.de> | 2023-11-03 15:50:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-05 08:44:06 +0000 |
commit | 3c104cb8f66ea1329c83f34c0e6169194039d3f9 (patch) | |
tree | ec23a134bd55bf986fbefae95ce5ad9b866a7e97 /scripts/lib/resulttool/regression.py | |
parent | 81a400a8f56f2a8122102d7f3c13062e1e5205dc (diff) | |
download | poky-3c104cb8f66ea1329c83f34c0e6169194039d3f9.tar.gz |
systemd: fix libnss-mymachines packaging
By removing libnss_mymachines.so.2 from FILES:${PN}-container it
correctly gets packaged into libnss-mymachines, just like the other
libnss-* components, due to PACKAGES_DYNAMIC.
To make up for the missing lib in the container package, I added
libnss-mymachines to RDEPENDS:${PN}-container. As I understand it,
the lib should be installed even without this if anything from the
container package links against it. But since I don't know if there
was a special reason to explicitly add it to the container files list,
like something using dlopen to load the lib, it seemd to be the
safest option.
(From OE-Core rev: 90f143984732ba0453c2d3a734eeb4d1a289269b)
Signed-off-by: Florian Wickert <fw@ferncast.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/resulttool/regression.py')
0 files changed, 0 insertions, 0 deletions