summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.26.2.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-09-29 17:59:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:33 +0100
commitadb69873a15cebcb2f51cf07bed12b2d8d52ab09 (patch)
treed146c76a6d836d7f6b44216f9a432739442f91e9 /meta/recipes-core/util-linux/util-linux_2.26.2.bb
parent9549f57c802eff11974f261340ef0a75a68340f1 (diff)
downloadpoky-adb69873a15cebcb2f51cf07bed12b2d8d52ab09.tar.gz
util-linux: add runuser PAM config files to fix runuser error
The runuser command fails with below error message, add proper PAM config files to fix the problem. The config files are borrowed from CentOS 7.0 release. runuser: Failure setting user credentials (From OE-Core rev: a6616f1a7b8e30428e61b6437f2f48379efc101d) Signed-off-by: Shan Hai <shan.hai@windriver.com> Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.26.2.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.26.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.26.2.bb b/meta/recipes-core/util-linux/util-linux_2.26.2.bb
index fc7dc6e094..e09fdfaf5d 100644
--- a/meta/recipes-core/util-linux/util-linux_2.26.2.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.26.2.bb
@@ -13,6 +13,8 @@ SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
13 file://uclibc-__progname-conflict.patch \ 13 file://uclibc-__progname-conflict.patch \
14 file://configure-sbindir.patch \ 14 file://configure-sbindir.patch \
15 file://fix-parallel-build.patch \ 15 file://fix-parallel-build.patch \
16 file://runuser.pamd \
17 file://runuser-l.pamd \
16 ${OLDHOST} \ 18 ${OLDHOST} \
17" 19"
18SRC_URI[md5sum] = "9bdf368c395f1b70325d0eb22c7f48fb" 20SRC_URI[md5sum] = "9bdf368c395f1b70325d0eb22c7f48fb"