[oe] [PATCH] libpam-base-files.bb: Change pam.d files location to fix install error.

Andreas Mueller schnitzeltony at gmx.de
Sun Jul 4 13:50:26 UTC 2010


From 92b22e619df257257d78dc51332a684d4cd377aa Mon Sep 17 00:00:00 2001
From: Andreas Mueller <schnitzeltony at gmx.de>
Date: Sun, 4 Jul 2010 15:48:11 +0200
Subject: [PATCH] libpam-base-files.bb: Change pam.d files location to fix install error.


Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
---
 recipes/pam/libpam-base-files.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pam/libpam-base-files.bb b/recipes/pam/libpam-base-files.bb
index ddcfe4c..ad31952 100644
--- a/recipes/pam/libpam-base-files.bb
+++ b/recipes/pam/libpam-base-files.bb
@@ -7,10 +7,10 @@ DEPENDS = ""
 RDEPENDS_${PN} = "libpam"
 RRECOMMENDS_${PN} = "libpam-meta"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = " \
-           file://pam.d/* \
+           file://pam.d \
 "
 
 do_install() {         
-- 
1.5.3.4




More information about the Openembedded-devel mailing list