From 064a3d74644399bcd94f70645cdcde8911f4637d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 18 Jan 2011 17:58:55 -0700 Subject: [PATCH] pam: Switch to libc-uclibc Signed-off-by: Tom Rini --- 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 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 -- 2.39.5