aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pam/libpam_1.0.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-04 10:26:29 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-05 19:19:53 -0700
commitf4c7ff92f9add8d55315bdb50d7eab6b8adabbe0 (patch)
tree7246e9bd847663454db671b11bef4eb24e61c484 /recipes/pam/libpam_1.0.2.bb
parentfc84d991bc8895d9f6956c9281a01b9b6f0c9284 (diff)
downloadopenembedded-f4c7ff92f9add8d55315bdb50d7eab6b8adabbe0.tar.gz
libpam_1.0.2.bb: Fix compilation for uclibc systems.
* libpam is not able to figure out that uclibc does not support NIS. This patch helps in making it do so. The patch is only applied for uclibc OVERRIDES. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/pam/libpam_1.0.2.bb')
-rw-r--r--recipes/pam/libpam_1.0.2.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/pam/libpam_1.0.2.bb b/recipes/pam/libpam_1.0.2.bb
index 2acbe0ac6f..17d8f3028f 100644
--- a/recipes/pam/libpam_1.0.2.bb
+++ b/recipes/pam/libpam_1.0.2.bb
@@ -12,7 +12,7 @@ LICENSE = "GPLv2"
DEPENDS = "flex flex-native"
-PR = "r2"
+PR = "r3"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -23,6 +23,10 @@ S = "${WORKDIR}/${p}"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/${p}.tar.bz2 \
file://pam-nodocs.patch;patch=1 "
+SRC_URI_append_linux-uclibc = "file://pam-disable-nis-on-uclibc.patch;patch=1"
+SRC_URI_append_linux-uclibceabi = "file://pam-disable-nis-on-uclibc.patch;patch=1"
+SRC_URI_append_linux-uclibcspe = "file://pam-disable-nis-on-uclibc.patch;patch=1"
+
inherit autotools
LEAD_SONAME = "libpam.so.*"