From a65624407900a1d449c40da693540e610532818d Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 26 Oct 2018 10:19:47 +0200 Subject: nss-localuser: Add the NSS plugin for localuser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `nss-localuser` is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (`glibc`) providing host name resolution for *"localuser"* family of virtual hostnames. The delivered NSS service defines one virtual host of name `localuser` that resolves to an IP address of the localhost loopback that integrates user ID. Bug-AGL: SPEC-1833 Change-Id: I8ce87297a220e8c691cdbea00262d873b68ffd75 Signed-off-by: José Bollo --- .../recipes-core/packagegroups/packagegroup-agl-app-framework.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-app-framework/recipes-core/packagegroups') diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb index 0201c0e4f..3944c1915 100644 --- a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb +++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb @@ -14,5 +14,6 @@ RDEPENDS_${PN} += "\ af-binder \ libafbwsc \ af-main \ + nss-localuser \ systemd-agl-sync \ " -- cgit 1.2.3-korg