From 619e1df31d246f4779c1ef834dddd81e9242555c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 22 Mar 2013 09:26:38 +0000 Subject: 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 Signed-off-by: Richard Purdie --- .../polkit/polkit-0.104/polkit-1_pam.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch (limited to 'meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch') 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 @@ -polkit: No system-auth in OE-Core, we can use common-* in place of it. - -Upstream-Status:Inappropriate [configuration] - -Signed-off-by: Xiaofeng Yan - ---- 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) -- cgit v1.2.3-54-g00ecf