pam: Switch to libc-uclibc
authorTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 00:58:55 +0000 (17:58 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 01:04:05 +0000 (18:04 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/pam/libpam_1.0.2.bb
recipes/pam/libpam_1.1.0.bb
recipes/pam/libpam_1.1.1.bb

index d1bd2bd..bf39b34 100644 (file)
@@ -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
 
index b54e81a..45ef8df 100644 (file)
@@ -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
 
index cf1dfda..09bc554 100644 (file)
@@ -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