diff mbox series

[meta-oe] libinih: upgrade 56 -> 57

Message ID 1689654348-30702-9-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] libinih: upgrade 56 -> 57 | expand

Commit Message

Mingyu Wang (Fujitsu) July 18, 2023, 4:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
MSVC throws C4244
Added a GetUnsigned function for getting unsigned values.
meson.build: fix start-of-line_comment_prefix variable name
Added GetInteger64 and GetUnsigned64 to read 64-bit integers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/inih/{libinih_56.bb => libinih_57.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/inih/{libinih_56.bb => libinih_57.bb} (88%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/inih/libinih_56.bb b/meta-oe/recipes-support/inih/libinih_57.bb
similarity index 88%
rename from meta-oe/recipes-support/inih/libinih_56.bb
rename to meta-oe/recipes-support/inih/libinih_57.bb
index 89d68c6e16..08957e18fb 100644
--- a/meta-oe/recipes-support/inih/libinih_56.bb
+++ b/meta-oe/recipes-support/inih/libinih_57.bb
@@ -9,6 +9,6 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202"
 SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-SRCREV = "5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b"
+SRCREV = "9cecf0643da0846e77f64d10a126d9f48b9e05e8"
 
 inherit meson pkgconfig