diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-08 19:09:38 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-08 19:09:38 +0200 |
commit | 479ea460e4fbacd00f26a8903427e674a3b7501f (patch) | |
tree | 78fcbf7fe9f003d1750a55c0fa75d000398790a2 | |
parent | 81467a049f275dde815b000e25b704e9140c2440 (diff) |
libpam-base-files: cups installs its own pam file, so remove it from here
-rw-r--r-- | recipes/pam/libpam-base-files.bb | 2 | ||||
-rw-r--r-- | recipes/pam/libpam-base-files/pam.d/cups | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/recipes/pam/libpam-base-files.bb b/recipes/pam/libpam-base-files.bb index ddcfe4c749..342024c607 100644 --- a/recipes/pam/libpam-base-files.bb +++ b/recipes/pam/libpam-base-files.bb @@ -7,7 +7,7 @@ DEPENDS = "" RDEPENDS_${PN} = "libpam" RRECOMMENDS_${PN} = "libpam-meta" -PR = "r6" +PR = "r7" SRC_URI = " \ file://pam.d/* \ diff --git a/recipes/pam/libpam-base-files/pam.d/cups b/recipes/pam/libpam-base-files/pam.d/cups deleted file mode 100644 index 8e7f973a2c..0000000000 --- a/recipes/pam/libpam-base-files/pam.d/cups +++ /dev/null @@ -1,3 +0,0 @@ -auth include common-auth -account include common-account -session include common-session |