Do not depend on pam plugins
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 25 Sep 2014 10:14:59 +0000 (12:14 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 16 Oct 2014 08:47:44 +0000 (10:47 +0200)
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
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-core/dropbear/dropbear_%.bbappend [new file with mode: 0644]
recipes-extended/shadow/shadow_%.bbappend

diff --git a/recipes-core/dropbear/dropbear_%.bbappend b/recipes-core/dropbear/dropbear_%.bbappend
new file mode 100644 (file)
index 0000000..f59da78
--- /dev/null
@@ -0,0 +1,3 @@
+#PAM_SRC_URI = ""
+PAM_PLUGINS = "libpam-runtime"
+
index 03833d3..c42ba91 100644 (file)
@@ -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
 }
+