]> code.ossystems Code Review - openembedded-core.git/commit
util-linux: Build fixes for 32bit arches with 64bit time_t
authorKhem Raj <raj.khem@gmail.com>
Tue, 29 Dec 2020 07:03:34 +0000 (23:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Dec 2020 11:56:38 +0000 (11:56 +0000)
commitdf9535626c66e59c6769bd7cc285c6f26271c6aa
treedd073413ab7b8335ede9678370380f390b29d2bf
parenta8a6c7e0e34fc6044d40a43e5f3add251ddd4ab6
util-linux: Build fixes for 32bit arches with 64bit time_t

some 32bit architectures ( e.g. riscv32 and arc ) are using 64bit time_t
from get go, therefore may not have time32 syscalls, these backports
help restore the successful builds for util-linux on such machines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux/0001-build-sys-do-not-build-plymouth-ctrl.c-w-disabled-pl.patch [new file with mode: 0644]
meta/recipes-core/util-linux/util-linux/0001-hwclock-do-not-assume-__NR_settimeofday_time32.patch [new file with mode: 0644]
meta/recipes-core/util-linux/util-linux_2.36.1.bb