aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pam/libpam_1.1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-01 20:37:54 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-01 20:37:54 -0700
commitf29ba5a65d5f6eedc0e1f6a12371184134e1b878 (patch)
tree419a942048c718d36cacd931aa220b73288d9d32 /recipes/pam/libpam_1.1.1.bb
parent6bca18ac19bd7fcb69ce45c01ee75019f404af7d (diff)
downloadopenembedded-f29ba5a65d5f6eedc0e1f6a12371184134e1b878.tar.gz
libpam-1.1.1: Dont use innetgr on uclibc as its not there.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/pam/libpam_1.1.1.bb')
-rw-r--r--recipes/pam/libpam_1.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pam/libpam_1.1.1.bb b/recipes/pam/libpam_1.1.1.bb
index 10fd7423c9..cf1dfda478 100644
--- a/recipes/pam/libpam_1.1.1.bb
+++ b/recipes/pam/libpam_1.1.1.bb
@@ -15,7 +15,7 @@ DEPENDS = "flex flex-native"
# PAM is not a lot of use without configuration files and the plugins
RRECOMMENDS_${PN} = "libpam-meta libpam-base-files"
-PR = "r0"
+PR = "r1"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -30,6 +30,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/${p}.tar.bz2 \
UCLIBC_PATCHES = " file://Linux-PAM-1.1.0-uclibc.patch \
file://disable_modules_uclibc.patch \
+ file://pam-no-innetgr.patch \
"
SRC_URI_append_linux-uclibc = ${UCLIBC_PATCHES}