summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/createrepo-c/createrepo-c/time64fix.patch2
1 files changed, 1 insertions, 1 deletions
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
8e.g. 8e.g.
9warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' 9warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t'
10 10
11Upstream-Status: Pending 11Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/376]
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14--- 14---