this breaks on 32bit architectures using 64bit time_t e.g. riscv32 arc etc. see https://errors.yoctoproject.org/Errors/Details/540283/
following patch will help https://www.spinics.net/lists/util-linux-ng/msg16562.html On Sat, Dec 26, 2020 at 1:28 AM Alexander Kanavin <[email protected]> wrote: > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > .../util-linux/{util-linux_2.36.bb => util-linux_2.36.1.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-core/util-linux/{util-linux_2.36.bb => > util-linux_2.36.1.bb} (99%) > > diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb > b/meta/recipes-core/util-linux/util-linux_2.36.1.bb > similarity index 99% > rename from meta/recipes-core/util-linux/util-linux_2.36.bb > rename to meta/recipes-core/util-linux/util-linux_2.36.1.bb > index 474f1e188c..8ea0bac9b2 100644 > --- a/meta/recipes-core/util-linux/util-linux_2.36.bb > +++ b/meta/recipes-core/util-linux/util-linux_2.36.1.bb > @@ -40,7 +40,7 @@ SRC_URI = > "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${MAJOR_VERSION}/${BP}.tar.xz > file://display_testname_for_subtest.patch \ > file://avoid_parallel_tests.patch \ > " > -SRC_URI[sha256sum] = > "9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1" > +SRC_URI[sha256sum] = > "09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed" > > PACKAGES =+ "${PN}-swaponoff" > PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pylibmount', > '${PN}-pylibmount', '', d)}" > -- > 2.29.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#146229): https://lists.openembedded.org/g/openembedded-core/message/146229 Mute This Topic: https://lists.openembedded.org/mt/79230653/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
