diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:37:54 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:37:54 -0700 |
commit | f29ba5a65d5f6eedc0e1f6a12371184134e1b878 (patch) | |
tree | 419a942048c718d36cacd931aa220b73288d9d32 /recipes/pam/libpam_1.1.1.bb | |
parent | 6bca18ac19bd7fcb69ce45c01ee75019f404af7d (diff) |
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.bb | 3 |
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} |