From 26505d5d96deff6e36c87b764ea81d13653e46d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 25 Sep 2014 12:14:59 +0200 Subject: [PATCH] meta-tizen: Do not depend on pam plugins MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Yocto pam package provides pam plugins that are not available in Tizen pam package that we use thus we need to remove dependency to those plugins. Change-Id: I0d05593accec4ae78a0407a7e912139299e91623 (From meta-tizen rev: a3d09c073b034e04159ec75fa08f5584969df047) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- meta-tizen/recipes-core/dropbear/dropbear_%.bbappend | 3 +++ meta-tizen/recipes-extended/shadow/shadow_%.bbappend | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 meta-tizen/recipes-core/dropbear/dropbear_%.bbappend diff --git a/meta-tizen/recipes-core/dropbear/dropbear_%.bbappend b/meta-tizen/recipes-core/dropbear/dropbear_%.bbappend new file mode 100644 index 0000000..f59da78 --- /dev/null +++ b/meta-tizen/recipes-core/dropbear/dropbear_%.bbappend @@ -0,0 +1,3 @@ +#PAM_SRC_URI = "" +PAM_PLUGINS = "libpam-runtime" + diff --git a/meta-tizen/recipes-extended/shadow/shadow_%.bbappend b/meta-tizen/recipes-extended/shadow/shadow_%.bbappend index 03833d3..c42ba91 100644 --- a/meta-tizen/recipes-extended/shadow/shadow_%.bbappend +++ b/meta-tizen/recipes-extended/shadow/shadow_%.bbappend @@ -1,6 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - # Additional Policy files for PAM from pwdutils PAM_SRC_URI = "file://pam.d/chage \ file://pam.d/chfn \ @@ -30,3 +29,4 @@ do_install_append() { ${D}${sysconfdir}/pam.d/userdel \ ${D}${sysconfdir}/pam.d/usermod } + -- 2.7.4