summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-21 22:19:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:22 +0000
commit71dbcbcdcb8787b7a3ab2055aeef659bedb71f8e (patch)
tree63590ef6fb8cc2ca8a7069bd911addc806f01f54 /meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch
parent35200aa6b97f4bbbc23e6f4b9f3a3e4f680d6d01 (diff)
downloadpoky-71dbcbcdcb8787b7a3ab2055aeef659bedb71f8e.tar.gz
polkit: upgrade to 0.104
Upgrade polkit to 0.104. And fix the typo for "endline" and the checksum. (From OE-Core rev: a04c89e4e2a5f98716001ba9e5e25b21323f4606) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch')
-rw-r--r--meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch
new file mode 100644
index 0000000000..74647efce4
--- /dev/null
+++ b/meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch
@@ -0,0 +1,23 @@
1polkit: No system-auth in OE-Core, we can use common-* in place of it.
2
3Upstream-Status:Inappropriate [configuration]
4
5Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
6
7--- a/configure.ac 2011-03-04 02:26:20.000000000 +0800
8+++ b/configure.ac.new 2011-07-18 10:14:12.516818852 +0800
9@@ -350,10 +350,10 @@
10 PAM_FILE_INCLUDE_PASSWORD=system
11 PAM_FILE_INCLUDE_SESSION=system
12 else
13- PAM_FILE_INCLUDE_AUTH=system-auth
14- PAM_FILE_INCLUDE_ACCOUNT=system-auth
15- PAM_FILE_INCLUDE_PASSWORD=system-auth
16- PAM_FILE_INCLUDE_SESSION=system-auth
17+ PAM_FILE_INCLUDE_AUTH=common-auth
18+ PAM_FILE_INCLUDE_ACCOUNT=common-account
19+ PAM_FILE_INCLUDE_PASSWORD=common-password
20+ PAM_FILE_INCLUDE_SESSION=common-session
21 fi
22
23 AC_SUBST(PAM_FILE_INCLUDE_AUTH)