diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-03-15 22:42:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:06 +0000 |
commit | 0e5a1a23089c732da5c1900886360199cfe23cf9 (patch) | |
tree | 7ad7d670929e20e432ddb5fa0797d2628dfbbd88 /meta-selftest | |
parent | 7897ab5f54d2dc21795b2a53b82b9c911157f0ca (diff) | |
download | openembedded-core-0e5a1a23089c732da5c1900886360199cfe23cf9.tar.gz openembedded-core-0e5a1a23089c732da5c1900886360199cfe23cf9.tar.bz2 openembedded-core-0e5a1a23089c732da5c1900886360199cfe23cf9.zip |
util-linux: scanf_cv_alloc_modifier changed from 'as' -> 'ms'
This patch actually makes sense for uclibc more than glibc
since if we did not cache scanf_cv_alloc_modifier configure
test will determine it correctly for glibc but the test does
not do proper job when uclibc is involved the reason is it
depends on define __GLIBC_ and uclibc unfortunately poses as
glibc and defines this variable.
%m is implemented in uclibc as well and we enable it so caching value of
'ms' specifier is going to work across all libcs
This fixes mounting errors we see with util-linux/mount on
uclibc/systemd
Mar 16 01:46:40 qemux86 systemd-remount-fs[124]: /bin/mount: /proc/self/mountinfo: parse error: ignore entry at line 21.
Mar 16 01:46:40 qemux86 systemd-remount-fs[124]: /bin/mount: /proc/self/mountinfo: parse error: ignore entry at line 22.
Mar 16 01:46:40 qemux86 systemd-remount-fs[124]: /bin/mount: can't find / in /etc/fstab
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions