summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-18 12:25:11 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-20 19:08:56 -0700
commit4b90811e05da96cdd07a98cae94b89bd594335d2 (patch)
tree8a09a995362ff8a113511ab79f236e634753ed1e /meta-oe
parentd8d6151333773d509b3f1a2109972a82cc77d696 (diff)
downloadmeta-openembedded-4b90811e05da96cdd07a98cae94b89bd594335d2.tar.gz
libinih: upgrade 56 -> 57
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/inih/libinih_57.bb (renamed from meta-oe/recipes-support/inih/libinih_56.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_56.bb b/meta-oe/recipes-support/inih/libinih_57.bb
index 89d68c6e1..08957e18f 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"
9SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" 9SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12SRCREV = "5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b" 12SRCREV = "9cecf0643da0846e77f64d10a126d9f48b9e05e8"
13 13
14inherit meson pkgconfig 14inherit meson pkgconfig