summaryrefslogtreecommitdiffstats
path: root/recipes/pam
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-15 20:25:50 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-17 09:43:41 +0100
commit498e0177005dd33861c661f794aa1e90281aca98 (patch)
treee37cf8dcd73f419d4783ea9b0fcae0bba0315c6f /recipes/pam
parentecd916f4f42285f2917567409c4ad89d36c2f288 (diff)
downloadopenembedded-498e0177005dd33861c661f794aa1e90281aca98.tar.gz
libpam-base-files: remove polkit-1 that is already in policykit package:
Collected errors: * Package libpam-base-files wants to install file /etc/pam.d/polkit-1 But that file is already provided by package * policykit
Diffstat (limited to 'recipes/pam')
-rw-r--r--recipes/pam/libpam-base-files.bb2
-rw-r--r--recipes/pam/libpam-base-files/pam.d/polkit-16
2 files changed, 1 insertions, 7 deletions
diff --git a/recipes/pam/libpam-base-files.bb b/recipes/pam/libpam-base-files.bb
index 70c357c244..290670f524 100644
--- a/recipes/pam/libpam-base-files.bb
+++ b/recipes/pam/libpam-base-files.bb
@@ -7,7 +7,7 @@ DEPENDS = ""
RDEPENDS = "libpam"
RRECOMMENDS = "libpam-meta"
-PR = "r3"
+PR = "r4"
SRC_URI = " \
file://pam.d/* \
diff --git a/recipes/pam/libpam-base-files/pam.d/polkit-1 b/recipes/pam/libpam-base-files/pam.d/polkit-1
deleted file mode 100644
index 836b53d61a..0000000000
--- a/recipes/pam/libpam-base-files/pam.d/polkit-1
+++ /dev/null
@@ -1,6 +0,0 @@
-#%PAM-1.0
-
-auth include common-auth
-account include common-account
-password include common-password
-session include common-session