]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
createrepo-c: Fix 32 bit architecture segfaults with 64 bit time
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jul 2023 19:47:42 +0000 (20:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jul 2023 19:50:23 +0000 (20:50 +0100)
commita5137a5c5c03a728faf57fd335ca8378f4f4cb91
tree5105be025dbb0ff5e4f99a61e02ae9f8389f99ab
parent64d2f868485c32b459df80c5aafdff14cce70f26
createrepo-c: Fix 32 bit architecture segfaults with 64 bit time

After including time64.inc, createrepo-c was segfaulting on 32 bit architectures
when creating repo indexes (even for an empty repo).

Add a patch from Khem to fix this and some other compiler warnings related to 64
bit time on 32 bit.

[YOCTO #15170]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch [new file with mode: 0644]
meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb