Fix nss-localuser post install 23/23723/1
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 30 Jan 2020 10:51:43 +0000 (11:51 +0100)
committerRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 30 Jan 2020 10:51:43 +0000 (11:51 +0100)
-post install script need to have ${sysconfdir}/nsswitch.conf available.
 This file is provides by base-files.

Change-Id: I4767341c442ab8242afa9fb7ed75c2ad8c6a6cc0
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-app-framework/recipes-core/nss-localuser/nss-localuser_0.1.bb

index 62e163f..38f37f1 100644 (file)
@@ -13,6 +13,8 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/nss-localuser;protocol=ht
 SRCREV = "66803c6fdb609ed83a78b9194ecb23e9c1b773e7"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
+RDEPENDS_${PN} = "base-files"
+
 S = "${WORKDIR}/git"
 
 do_compile() {