summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2011-12-22 12:15:28 +0800
committerSaul Wold <sgw@linux.intel.com>2012-01-02 20:26:22 -0800
commit114c0b6c423863b4ec27b5acbad3930ef1774306 (patch)
treedba9539c61b829d5736eab298703159c27bc42a5 /meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
parent3570d0b47e7a7ea05964c21da05faf1f09b66e81 (diff)
downloadopenembedded-core-114c0b6c423863b4ec27b5acbad3930ef1774306.tar.gz
openembedded-core-114c0b6c423863b4ec27b5acbad3930ef1774306.tar.bz2
openembedded-core-114c0b6c423863b4ec27b5acbad3930ef1774306.tar.xz
openembedded-core-114c0b6c423863b4ec27b5acbad3930ef1774306.zip
polkit: upgrade to 0.103
This is the patch to upgrade polkit to 0.103. The license is changed because the HTML content is generated by GTK-Doc V1.18 (XML node) rather than GTK-Doc V1.17 (XML node), which causes the change of the tag. Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch')
-rw-r--r--meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
new file mode 100644
index 000000000..74647efce
--- /dev/null
+++ b/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
@@ -0,0 +1,23 @@
+polkit: No system-auth in OE-Core, we can use common-* in place of it.
+
+Upstream-Status:Inappropriate [configuration]
+
+Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
+
+--- a/configure.ac 2011-03-04 02:26:20.000000000 +0800
++++ b/configure.ac.new 2011-07-18 10:14:12.516818852 +0800
+@@ -350,10 +350,10 @@
+ PAM_FILE_INCLUDE_PASSWORD=system
+ PAM_FILE_INCLUDE_SESSION=system
+ else
+- PAM_FILE_INCLUDE_AUTH=system-auth
+- PAM_FILE_INCLUDE_ACCOUNT=system-auth
+- PAM_FILE_INCLUDE_PASSWORD=system-auth
+- PAM_FILE_INCLUDE_SESSION=system-auth
++ PAM_FILE_INCLUDE_AUTH=common-auth
++ PAM_FILE_INCLUDE_ACCOUNT=common-account
++ PAM_FILE_INCLUDE_PASSWORD=common-password
++ PAM_FILE_INCLUDE_SESSION=common-session
+ fi
+
+ AC_SUBST(PAM_FILE_INCLUDE_AUTH)