diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-22 09:26:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-23 11:44:13 +0000 |
commit | 619e1df31d246f4779c1ef834dddd81e9242555c (patch) | |
tree | 0198bc4da0229d3e157ed0b74abc547f998f8cca /meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch | |
parent | e887bd9f512790e494aa87c3f5556dd8f27cffba (diff) | |
download | poky-619e1df31d246f4779c1ef834dddd81e9242555c.tar.gz |
polkit: remove
Previous commits have meant that PolicyKit isn't used by default anymore, so
remove this now that it's been integrated into meta-gnome.
Rationales for this move inludes that PolicyKit isn't "core" for embedded
systems, and future versions require the SpiderMonkey JavaScript runtime.
(From OE-Core rev: 8c9fad86d8bd86f13d61a1a5cd65d12b16a9e0de)
Signed-off-by: Ross Burton <ross.burton@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.patch | 23 |
1 files changed, 0 insertions, 23 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 deleted file mode 100644 index 74647efce4..0000000000 --- a/meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | polkit: No system-auth in OE-Core, we can use common-* in place of it. | ||
2 | |||
3 | Upstream-Status:Inappropriate [configuration] | ||
4 | |||
5 | Signed-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) | ||