mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
at: Upgrade to 3.1.15
Rebase pam.conf.patch Move to generic files -> at for patches directory (From OE-Core rev: 6558c8e1a7e5cd9f1f5271718c10355f67573b4c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d086917631
commit
7d8430f0b1
@@ -3,19 +3,25 @@ oe doesn't support "@include", use the concrete directive instead.
|
|||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
|
||||||
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
|
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
|
||||||
--- at-3.1.12/pam.conf.orig 2009-11-23 23:11:52.000000000 +0800
|
Index: at-3.1.15/pam.conf
|
||||||
+++ at-3.1.12/pam.conf 2011-07-15 11:14:04.132818950 +0800
|
===================================================================
|
||||||
@@ -2,8 +2,8 @@
|
--- at-3.1.15.orig/pam.conf
|
||||||
|
+++ at-3.1.15/pam.conf
|
||||||
|
@@ -1,10 +1,11 @@
|
||||||
|
#
|
||||||
# The PAM configuration file for the at daemon
|
# The PAM configuration file for the at daemon
|
||||||
#
|
#
|
||||||
|
+
|
||||||
-auth required pam_env.so
|
|
||||||
-@include common-auth
|
|
||||||
-@include common-account
|
|
||||||
-@include common-session-noninteractive
|
|
||||||
-session required pam_limits.so
|
|
||||||
+auth required pam_env.so
|
+auth required pam_env.so
|
||||||
+auth include common-auth
|
+auth include common-auth
|
||||||
+account include common-account
|
+account include common-account
|
||||||
+session include common-session-noninteractive
|
+session include common-session-noninteractive
|
||||||
+session required pam_limits.so
|
+session required pam_limits.so
|
||||||
|
+session required pam_loginuid.so
|
||||||
|
|
||||||
|
-auth required pam_env.so
|
||||||
|
-@include common-auth
|
||||||
|
-@include common-account
|
||||||
|
-session required pam_loginuid.so
|
||||||
|
-@include common-session-noninteractive
|
||||||
|
-session required pam_limits.so
|
||||||
@@ -29,8 +29,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
|
|||||||
PAM_SRC_URI = "file://pam.conf.patch \
|
PAM_SRC_URI = "file://pam.conf.patch \
|
||||||
file://configure-add-enable-pam.patch"
|
file://configure-add-enable-pam.patch"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "d41cfd79033b6e49a8838add59a42ac6"
|
SRC_URI[md5sum] = "f0f96db22e3a174b53ce4beeeb848839"
|
||||||
SRC_URI[sha256sum] = "cd092bf05d29c25b286f55a960ce8b8c3c5beb571d86ed8eb1dfb3b61291b3ae"
|
SRC_URI[sha256sum] = "03a84f5293d5a95ef4231b7faf5578f141f0c76a2b304dd655bc7e90e97bf7fc"
|
||||||
|
|
||||||
EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
|
EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
|
||||||
--with-daemon_username=root \
|
--with-daemon_username=root \
|
||||||
Reference in New Issue
Block a user