Yocto Project Discussions
 help / color / mirror / Atom feed
* libnss-resolve not automatically installed
@ 2022-08-03 17:30 embedded (VIVAVIS AG)
  2022-08-04 11:19 ` [yocto] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: embedded (VIVAVIS AG) @ 2022-08-03 17:30 UTC (permalink / raw)
  To: yocto@lists.yoctoproject.org

Hi,

I'm currently on branch dunfell and using systemd-resolved.

I want to have glibc's NSS resolver functions using systemd-resolved.
I've noticed that the plugin libnss-resolve.so.2 was not in my image
by default.

In systemd_244.5.bb, nss-resolve is in PACKAGECONFIG by default.
libnss-resolve is build and packaged, but not installed by default.

To install the missing library libnss-resolve.so.2, I've added
  IMAGE_INSTALL_append = " libnss-resolve"
to my image recipe, but I wonder, if this is the right place or necessary
at all.
 
My assumption was that having nss-resolve in PACKAGECONFIG will
also install the related library, which is obviously not the case.

Furthermore, I had to write an append-file for base-files, such that
/etc/nsswitch.conf contains the following line
  hosts: resolve [!UNAVAIL=return] files dns myhostname

Possibly, I've overlooked something essential.
I'd be very happy, if someone can shed some light on this issue.

Best regards,

Carsten Stelling


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-04 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 17:30 libnss-resolve not automatically installed embedded (VIVAVIS AG)
2022-08-04 11:19 ` [yocto] " Khem Raj
2022-08-04 12:35   ` AW: " embedded (VIVAVIS AG)
2022-08-04 13:38     ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox