summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-01-12 14:11:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:23 +0000
commit6ce82eac3b398816f7c11dbfa90d24517a792839 (patch)
treeb8ba410aa662b1f771366e1b406b6d81d95ff7d7 /meta/recipes-extended/pam
parent35759f977eec6ef81e125a509a7148d7e53a6515 (diff)
downloadpoky-6ce82eac3b398816f7c11dbfa90d24517a792839.tar.gz
libpam: upgrade to 1.1.5
Updated HOMEPAGE, BUGTRACKER, and SRC_URI fields to reflect new project hosting. Cleaned up some of the metadata ordering. (From OE-Core rev: 1fcd483e5ee5223f37c5edce26327f79b76bd01d) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.5.bb (renamed from meta/recipes-extended/pam/libpam_1.1.4.bb)27
1 files changed, 14 insertions, 13 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.4.bb b/meta/recipes-extended/pam/libpam_1.1.5.bb
index afe17cc932..1ab3a99dc2 100644
--- a/meta/recipes-extended/pam/libpam_1.1.4.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.5.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Linux-PAM (Pluggable Authentication Modules)" 1SUMMARY = "Linux-PAM (Pluggable Authentication Modules)"
2DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users" 2DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), a flexible mechanism for authenticating users"
3HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" 3HOMEPAGE = "https://fedorahosted.org/linux-pam/"
4BUGTRACKER = "http://sourceforge.net/projects/pam/support" 4BUGTRACKER = "https://fedorahosted.org/linux-pam/newticket"
5SECTION = "base" 5SECTION = "base"
6# PAM is dual licensed under GPL and BSD. 6# PAM is dual licensed under GPL and BSD.
7# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time 7# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
@@ -9,28 +9,25 @@ SECTION = "base"
9LICENSE = "GPLv2+ | BSD" 9LICENSE = "GPLv2+ | BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" 10LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083"
11 11
12PR = "r2" 12PR = "r0"
13 13
14DEPENDS = "bison flex flex-native cracklib" 14SRC_URI = "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-${PV}.tar.bz2 \
15RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
16RDEPENDS_${PN}-xtests = "libpam pam-plugin-access pam-plugin-debug pam-plugin-cracklib pam-plugin-pwhistory \
17 pam-plugin-succeed-if pam-plugin-time coreutils"
18RRECOMMENDS_${PN} = "libpam-runtime"
19
20SRC_URI = "${KERNELORG_MIRROR}/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \
21 file://99_pam \ 15 file://99_pam \
22 file://pam.d/* \ 16 file://pam.d/* \
23 file://libpam-xtests.patch" 17 file://libpam-xtests.patch"
24 18
25SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch" 19SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch"
26 20
27SRC_URI[md5sum] = "e9af5fb27bb22edb55d077e2888b3ebc" 21SRC_URI[md5sum] = "927ee5585bdec5256c75117e9348aa47"
28SRC_URI[sha256sum] = "ccd89331914390b1e9e99c954471d65f19b660d81e15a46eeb96cee125d44056" 22SRC_URI[sha256sum] = "65def4df04254dc4c5156859d36c34ad6d7afbcf3adbf2780530ebc4dbf2a116"
23
24DEPENDS = "bison flex flex-native cracklib"
29 25
30EXTRA_OECONF = "--with-db-uniquename=_pam \ 26EXTRA_OECONF = "--with-db-uniquename=_pam \
31 --includedir=${includedir}/security \ 27 --includedir=${includedir}/security \
32 --libdir=${base_libdir} \ 28 --libdir=${base_libdir} \
33 --disable-regenerate-docu" 29 --disable-regenerate-docu"
30
34CFLAGS_append = " -fPIC " 31CFLAGS_append = " -fPIC "
35 32
36S = "${WORKDIR}/Linux-PAM-${PV}" 33S = "${WORKDIR}/Linux-PAM-${PV}"
@@ -49,6 +46,10 @@ FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests"
49 46
50PACKAGES_DYNAMIC += " pam-plugin-*" 47PACKAGES_DYNAMIC += " pam-plugin-*"
51 48
49RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
50RDEPENDS_${PN}-xtests = "libpam pam-plugin-access pam-plugin-debug pam-plugin-cracklib pam-plugin-pwhistory pam-plugin-succeed-if pam-plugin-time coreutils"
51RRECOMMENDS_${PN} = "libpam-runtime"
52
52python populate_packages_prepend () { 53python populate_packages_prepend () {
53 import os.path 54 import os.path
54 55