diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-04-17 17:00:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 11:41:30 +0100 |
commit | c1ac96dde194e326d98fb9a82ed002ce2e03c2ea (patch) | |
tree | 3601e51e1a547bb2b50d44a49436bb66b687f28b /meta/recipes-extended/pam/libpam_1.1.6.bb | |
parent | 8593ead5ef187cac98629c256fb8623c6307d067 (diff) | |
download | poky-c1ac96dde194e326d98fb9a82ed002ce2e03c2ea.tar.gz |
libpam: backport patches from upstream
Backport patches from linux-pam git repo to fix test case
tst-pam_pwhistory1 failure.
[YOCTO #4107]
(From OE-Core rev: 65e4a9f050ae588ec794808315a206d94ca7a861)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.1.6.bb')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb index 9a49c50f60..c355634478 100644 --- a/meta/recipes-extended/pam/libpam_1.1.6.bb +++ b/meta/recipes-extended/pam/libpam_1.1.6.bb | |||
@@ -15,6 +15,8 @@ SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ | |||
15 | file://libpam-xtests.patch \ | 15 | file://libpam-xtests.patch \ |
16 | file://destdirfix.patch \ | 16 | file://destdirfix.patch \ |
17 | file://fixsepbuild.patch \ | 17 | file://fixsepbuild.patch \ |
18 | file://reflect-the-enforce_for_root-semantics-change-in-pam.patch \ | ||
19 | file://add-checks-for-crypt-returning-NULL.patch \ | ||
18 | " | 20 | " |
19 | SRC_URI[md5sum] = "7b73e58b7ce79ffa321d408de06db2c4" | 21 | SRC_URI[md5sum] = "7b73e58b7ce79ffa321d408de06db2c4" |
20 | SRC_URI[sha256sum] = "bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2" | 22 | SRC_URI[sha256sum] = "bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2" |