meta-tizen: 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)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:23:11 +0000 (09:23 -0800)
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 <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-core/dropbear/dropbear_%.bbappend [new file with mode: 0644]
meta-tizen/recipes-extended/shadow/shadow_%.bbappend

diff --git a/meta-tizen/recipes-core/dropbear/dropbear_%.bbappend b/meta-tizen/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
 }
+