summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-26 20:47:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-26 20:51:00 +0100
commit5e7bf2a17d888bf2a8afcbbbd92269d873e7422c (patch)
tree5c70292caca8127f187342310142a54dd4ed7f22 /meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
parent7ed65df80f5929229a8e2ba7c179dcbd1ad480ad (diff)
downloadpoky-5e7bf2a17d888bf2a8afcbbbd92269d873e7422c.tar.gz
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] (From OE-Core rev: a5137a5c5c03a728faf57fd335ca8378f4f4cb91) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb')
-rw-r--r--meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
index 5080131dc1..57f23b8dfd 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
@@ -8,6 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
8 file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ 8 file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
9 file://0001-include-rpm-rpmstring.h.patch \ 9 file://0001-include-rpm-rpmstring.h.patch \
10 file://0001-src-cmd_parser.c-add-a-missing-parameter-name.patch \ 10 file://0001-src-cmd_parser.c-add-a-missing-parameter-name.patch \
11 file://time64fix.patch \
11 " 12 "
12 13
13SRCREV = "0652d7303ce236e596c83c29ccc9bee7868fce6e" 14SRCREV = "0652d7303ce236e596c83c29ccc9bee7868fce6e"