[oe-commits] Tom Rini : pam: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:07 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 064a3d74644399bcd94f70645cdcde8911f4637d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=064a3d74644399bcd94f70645cdcde8911f4637d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:58:55 2011 -0700

pam: Switch to libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/pam/libpam_1.0.2.bb |    5 ++---
 recipes/pam/libpam_1.1.0.bb |    5 ++---
 recipes/pam/libpam_1.1.1.bb |    5 ++---
 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 d1bd2bd..bf39b34 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 b54e81a..45ef8df 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 cf1dfda..09bc554 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
 





More information about the Openembedded-commits mailing list