diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2026-03-13 00:29:47 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-18 14:33:22 -0700 |
| commit | 302d136dd992bdbf53e1678237095b1a0a150de5 (patch) | |
| tree | 44873abe4e24fdb567dfcd9e2ea1c2cef37a6df4 /meta-oe/recipes-support/inih/libinih_62.bb | |
| parent | 3ca45835154439c495b46c7a4debb661db121432 (diff) | |
| download | meta-openembedded-302d136dd992bdbf53e1678237095b1a0a150de5.tar.gz | |
libinih: upgrade from 58 to 62
Upgrade libinih from 58 to 62.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/inih/libinih_62.bb')
| -rw-r--r-- | meta-oe/recipes-support/inih/libinih_62.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_62.bb b/meta-oe/recipes-support/inih/libinih_62.bb new file mode 100644 index 0000000000..2ec64c7e69 --- /dev/null +++ b/meta-oe/recipes-support/inih/libinih_62.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "inih (INI Not Invented Here)" | ||
| 2 | DESCRIPTION = "A .INI file parser written in C that was designed to be small and simple." | ||
| 3 | HOMEPAGE = "https://github.com/benhoyt/inih" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | SRCREV = "26254ee9de7681f8825433415443e7116ff24b98" | ||
| 12 | |||
| 13 | inherit meson pkgconfig | ||
