diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-25 11:48:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-25 11:48:03 +0100 |
commit | 035b4d579ce18e89a01180e602c83e82ccf8ca47 (patch) | |
tree | c1204b77545d6e2715d143d662862f2e267b62ff /recipes/pam | |
parent | 4293b84e5b95561104df8e902e240a84dd47c663 (diff) |
libpam-base-files: polkit is provided by policykit itself
Diffstat (limited to 'recipes/pam')
-rw-r--r-- | recipes/pam/libpam-base-files.bb | 2 | ||||
-rw-r--r-- | recipes/pam/libpam-base-files/pam.d/polkit | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/recipes/pam/libpam-base-files.bb b/recipes/pam/libpam-base-files.bb index 0fa11d8051..52d762202e 100644 --- a/recipes/pam/libpam-base-files.bb +++ b/recipes/pam/libpam-base-files.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" DEPENDS = "" RDEPENDS = "libpam" -PR = "r1" +PR = "r2" SRC_URI = " \ file://pam.d/* \ diff --git a/recipes/pam/libpam-base-files/pam.d/polkit b/recipes/pam/libpam-base-files/pam.d/polkit deleted file mode 100644 index 836b53d61a..0000000000 --- a/recipes/pam/libpam-base-files/pam.d/polkit +++ /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 |