diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-11-05 12:44:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-12 15:36:12 +0000 |
commit | a3c863c4a65737a410a0353d97a0ee538eb82434 (patch) | |
tree | 9cc531f1f790ff8d2c3c1d429bad596b842da155 /meta/recipes-core/systemd/systemd_216.bb | |
parent | d27c4226f600584f83f66c86b0988a165e8ecb75 (diff) | |
download | openembedded-core-a3c863c4a65737a410a0353d97a0ee538eb82434.tar.gz openembedded-core-a3c863c4a65737a410a0353d97a0ee538eb82434.tar.bz2 openembedded-core-a3c863c4a65737a410a0353d97a0ee538eb82434.zip |
systemd: avoid using system-auth
Patch systemd-user pam configuartion file to avoid using system-auth
file. Instead, we use common-* files.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_216.bb')
-rw-r--r-- | meta/recipes-core/systemd/systemd_216.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index 27a5d926ff..ac35ba6388 100644 --- a/meta/recipes-core/systemd/systemd_216.bb +++ b/meta/recipes-core/systemd/systemd_216.bb @@ -33,6 +33,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol= file://0001-add-support-for-executing-scripts-under-etc-rcS.d.patch \ file://0001-missing.h-add-fake-__NR_memfd_create-for-MIPS.patch \ file://0001-Make-root-s-home-directory-configurable.patch \ + file://0001-systemd-user-avoid-using-system-auth.patch \ file://touchscreen.rules \ file://00-create-volatile.conf \ file://init \ |