From f35a017cf8df7dbed8e758340869b3fbab83cde3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 27 Jul 2023 22:32:37 +0100 Subject: [PATCH] createrepo-c: Update patch status The patch was submitted upstream, thanks Khem. (From OE-Core rev: 5bfa569254a68f246c1c4cc1208afce769cff7bc) Signed-off-by: Richard Purdie --- meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch index d022d95b70..a63801ce26 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch +++ b/meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch @@ -8,7 +8,7 @@ Fixes format specifier mismatch warnings as well while here e.g. warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/376] Signed-off-by: Khem Raj ---