diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-01-12 14:11:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:53:23 +0000 |
commit | 6ce82eac3b398816f7c11dbfa90d24517a792839 (patch) | |
tree | b8ba410aa662b1f771366e1b406b6d81d95ff7d7 /meta/recipes-extended | |
parent | 35759f977eec6ef81e125a509a7148d7e53a6515 (diff) | |
download | poky-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')
-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 @@ | |||
1 | SUMMARY = "Linux-PAM (Pluggable Authentication Modules)" | 1 | SUMMARY = "Linux-PAM (Pluggable Authentication Modules)" |
2 | DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users" | 2 | DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), a flexible mechanism for authenticating users" |
3 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" | 3 | HOMEPAGE = "https://fedorahosted.org/linux-pam/" |
4 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" | 4 | BUGTRACKER = "https://fedorahosted.org/linux-pam/newticket" |
5 | SECTION = "base" | 5 | SECTION = "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" | |||
9 | LICENSE = "GPLv2+ | BSD" | 9 | LICENSE = "GPLv2+ | BSD" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" |
11 | 11 | ||
12 | PR = "r2" | 12 | PR = "r0" |
13 | 13 | ||
14 | DEPENDS = "bison flex flex-native cracklib" | 14 | SRC_URI = "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-${PV}.tar.bz2 \ |
15 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" | ||
16 | RDEPENDS_${PN}-xtests = "libpam pam-plugin-access pam-plugin-debug pam-plugin-cracklib pam-plugin-pwhistory \ | ||
17 | pam-plugin-succeed-if pam-plugin-time coreutils" | ||
18 | RRECOMMENDS_${PN} = "libpam-runtime" | ||
19 | |||
20 | SRC_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 | ||
25 | SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch" | 19 | SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch" |
26 | 20 | ||
27 | SRC_URI[md5sum] = "e9af5fb27bb22edb55d077e2888b3ebc" | 21 | SRC_URI[md5sum] = "927ee5585bdec5256c75117e9348aa47" |
28 | SRC_URI[sha256sum] = "ccd89331914390b1e9e99c954471d65f19b660d81e15a46eeb96cee125d44056" | 22 | SRC_URI[sha256sum] = "65def4df04254dc4c5156859d36c34ad6d7afbcf3adbf2780530ebc4dbf2a116" |
23 | |||
24 | DEPENDS = "bison flex flex-native cracklib" | ||
29 | 25 | ||
30 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | 26 | EXTRA_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 | |||
34 | CFLAGS_append = " -fPIC " | 31 | CFLAGS_append = " -fPIC " |
35 | 32 | ||
36 | S = "${WORKDIR}/Linux-PAM-${PV}" | 33 | S = "${WORKDIR}/Linux-PAM-${PV}" |
@@ -49,6 +46,10 @@ FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests" | |||
49 | 46 | ||
50 | PACKAGES_DYNAMIC += " pam-plugin-*" | 47 | PACKAGES_DYNAMIC += " pam-plugin-*" |
51 | 48 | ||
49 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" | ||
50 | RDEPENDS_${PN}-xtests = "libpam pam-plugin-access pam-plugin-debug pam-plugin-cracklib pam-plugin-pwhistory pam-plugin-succeed-if pam-plugin-time coreutils" | ||
51 | RRECOMMENDS_${PN} = "libpam-runtime" | ||
52 | |||
52 | python populate_packages_prepend () { | 53 | python populate_packages_prepend () { |
53 | import os.path | 54 | import os.path |
54 | 55 | ||