diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-10-16 00:45:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:26 +0000 |
commit | d90d3e88e9d3a136a767ef9a351e92c89f3547fe (patch) | |
tree | 76febba4b99b744e4a2aed387b8078e6e4d18209 /meta/recipes-extended/pam/libpam_1.2.1.bb | |
parent | 32c86250d5e7f7808fffc86af54cd8677d5e7796 (diff) | |
download | poky-d90d3e88e9d3a136a767ef9a351e92c89f3547fe.tar.gz |
libpam: Fix build with uclibc
libpam needs to adjust for posix utmpx
uclibc now disables utmp
Change-Id: Ibcb7cb621527f318eb8b6e2741647ccb4c6bb39c
(From OE-Core rev: e4c8a15d36d05d2b17b1dcf1d4238616c5b814f5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.2.1.bb')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.2.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.2.1.bb b/meta/recipes-extended/pam/libpam_1.2.1.bb index ac3097ef7c..0353356568 100644 --- a/meta/recipes-extended/pam/libpam_1.2.1.bb +++ b/meta/recipes-extended/pam/libpam_1.2.1.bb | |||
@@ -28,7 +28,9 @@ SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ | |||
28 | SRC_URI[md5sum] = "9dc53067556d2dd567808fd509519dd6" | 28 | SRC_URI[md5sum] = "9dc53067556d2dd567808fd509519dd6" |
29 | SRC_URI[sha256sum] = "342b1211c0d3b203a7df2540a5b03a428a087bd8a48c17e49ae268f992b334d9" | 29 | SRC_URI[sha256sum] = "342b1211c0d3b203a7df2540a5b03a428a087bd8a48c17e49ae268f992b334d9" |
30 | 30 | ||
31 | SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch" | 31 | SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch \ |
32 | file://use-utmpx.patch" | ||
33 | |||
32 | SRC_URI_append_libc-musl = " file://pam-no-innetgr.patch" | 34 | SRC_URI_append_libc-musl = " file://pam-no-innetgr.patch" |
33 | 35 | ||
34 | DEPENDS = "bison flex flex-native cracklib" | 36 | DEPENDS = "bison flex flex-native cracklib" |