aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pam
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:58:55 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:05 -0700
commit064a3d74644399bcd94f70645cdcde8911f4637d (patch)
treea89bdd8079d2d155f2f747ddb9e79de38a79f7c8 /recipes/pam
parent9dc88c095ba60211f1ea1da95506c5442b83d69f (diff)
downloadopenembedded-064a3d74644399bcd94f70645cdcde8911f4637d.tar.gz
pam: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/pam')
-rw-r--r--recipes/pam/libpam_1.0.2.bb5
-rw-r--r--recipes/pam/libpam_1.1.0.bb5
-rw-r--r--recipes/pam/libpam_1.1.1.bb5
3 files changed, 6 insertions, 9 deletions
diff --git a/recipes/pam/libpam_1.0.2.bb b/recipes/pam/libpam_1.0.2.bb
index d1bd2bdcd9..bf39b34110 100644
--- a/recipes/pam/libpam_1.0.2.bb
+++ b/recipes/pam/libpam_1.0.2.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 = "r5"
+PR = "r6"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -26,8 +26,7 @@ S = "${WORKDIR}/${p}"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/${p}.tar.bz2 \
file://pam-nodocs.patch "
-SRC_URI_append_linux-uclibc = " file://pam-disable-nis-on-uclibc.patch"
-SRC_URI_append_linux-uclibceabi = " file://pam-disable-nis-on-uclibc.patch"
+SRC_URI_append_libc-uclibc = " file://pam-disable-nis-on-uclibc.patch"
inherit autotools
diff --git a/recipes/pam/libpam_1.1.0.bb b/recipes/pam/libpam_1.1.0.bb
index b54e81a3f9..45ef8df16b 100644
--- a/recipes/pam/libpam_1.1.0.bb
+++ b/recipes/pam/libpam_1.1.0.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 = "r2"
+PR = "r3"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -33,8 +33,7 @@ UCLIBC_PATCHES = " file://pam-disable-nis-on-uclibc.patch \
file://disable_modules_uclibc.patch \
"
-SRC_URI_append_linux-uclibc = ${UCLIBC_PATCHES}
-SRC_URI_append_linux-uclibceabi = ${UCLIBC_PATCHES}
+SRC_URI_append_libc-uclibc = ${UCLIBC_PATCHES}
inherit autotools gettext
diff --git a/recipes/pam/libpam_1.1.1.bb b/recipes/pam/libpam_1.1.1.bb
index cf1dfda478..09bc554785 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 = "r1"
+PR = "r2"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -33,8 +33,7 @@ UCLIBC_PATCHES = " file://Linux-PAM-1.1.0-uclibc.patch \
file://pam-no-innetgr.patch \
"
-SRC_URI_append_linux-uclibc = ${UCLIBC_PATCHES}
-SRC_URI_append_linux-uclibceabi = ${UCLIBC_PATCHES}
+SRC_URI_append_libc-uclibc = ${UCLIBC_PATCHES}
inherit autotools gettext