diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-18 12:25:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-20 19:08:56 -0700 |
commit | 4b90811e05da96cdd07a98cae94b89bd594335d2 (patch) | |
tree | 8a09a995362ff8a113511ab79f236e634753ed1e /meta-oe | |
parent | d8d6151333773d509b3f1a2109972a82cc77d696 (diff) | |
download | meta-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" | |||
9 | SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRCREV = "5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b" | 12 | SRCREV = "9cecf0643da0846e77f64d10a126d9f48b9e05e8" |
13 | 13 | ||
14 | inherit meson pkgconfig | 14 | inherit meson pkgconfig |