[oe-commits] Koen Kooi : libpam-base-files: cups installs its own pam file, so remove it from here

git version control git at git.openembedded.org
Thu Jul 8 17:10:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 479ea460e4fbacd00f26a8903427e674a3b7501f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=479ea460e4fbacd00f26a8903427e674a3b7501f

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul  8 19:09:38 2010 +0200

libpam-base-files: cups installs its own pam file, so remove it from here

---

 recipes/pam/libpam-base-files.bb         |    2 +-
 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 ddcfe4c..342024c 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 8e7f973..0000000
--- 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





More information about the Openembedded-commits mailing list