summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-11-30 08:16:50 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-01 09:19:24 +0100
commit6e7957c1e64bdf619322725331c69a989e21b950 (patch)
tree659d885276cc4163384330e36d9922e7a362aa05
parent3abc9a1b90bcb6693b32e2471c5acfe0d298ed7c (diff)
downloadmeta-openembedded-6e7957c1e64bdf619322725331c69a989e21b950.tar.gz
elsa: use common-* instead of system-auth in pam config
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch29
-rw-r--r--meta-efl/recipes-efl/efl/elsa_svn.bb4
2 files changed, 32 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch b/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch
new file mode 100644
index 000000000..a9beea0b7
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch
@@ -0,0 +1,29 @@
1From 27dc9147a822d69be90edd0d137b80c0c609d5d2 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Thu, 24 Nov 2011 13:25:33 +0100
4Subject: [PATCH] pam: use common-auth instead of system-auth
5
6Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7---
8 PROTO/elsa/data/elsa | 8 ++++----
9 1 files changed, 4 insertions(+), 4 deletions(-)
10
11diff --git a/data/elsa b/data/elsa
12index 3476d55..47d29222 100644
13--- a/data/elsa
14+++ b/data/elsa
15@@ -1,7 +1,7 @@
16 # File autogenerated by pamd_mimic in pam eclass
17
18
19-auth include system-auth
20-account include system-auth
21-password include system-auth
22-session include system-auth
23+auth include common-auth
24+account include common-account
25+password include common-password
26+session include common-session
27--
281.7.8.rc3
29
diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/elsa_svn.bb
index 17af88665..e2f6fd7b9 100644
--- a/meta-efl/recipes-efl/efl/elsa_svn.bb
+++ b/meta-efl/recipes-efl/efl/elsa_svn.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5SECTION = "e/apps" 5SECTION = "e/apps"
6 6
7inherit e gettext 7inherit e gettext
8SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep" 8SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep \
9 file://0001-pam-use-common-auth-instead-of-system-auth.patch \
10"
9S = "${WORKDIR}/${SRCNAME}" 11S = "${WORKDIR}/${SRCNAME}"
10 12
11EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" 13EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"