Changelog:
==========
Rename strtoi to strosi (string to signed int). The strtoi function
on BSD does something else (returns an intmax, not an int)
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../mtools/{mtools_4.0.38.bb => mtools_4.0.39.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/mtools/{mtools_4.0.38.bb => mtools_4.0.39.bb} (93%)
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.38.bb b/meta/recipes-devtools/mtools/mtools_4.0.39.bb
similarity index 93%
rename from meta/recipes-devtools/mtools/mtools_4.0.38.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.39.bb
index dc2b9f8794..564ef02aee 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.38.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.39.bb
@@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\
glibc-gconv-ibm866 \
glibc-gconv-ibm869 \
"
-SRC_URI[sha256sum] = "7b94485f486e7df08cca68b00a164a13cd38f4c63cb8684d188759ee7bc5e729"
+SRC_URI[sha256sum] = "397f1e2b7b7a2a270eb7970fa363e445f956926ec51e8170c3869da85b0987bd"
SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
file://mtools-makeinfo.patch \
--
2.25.1