From 302d136dd992bdbf53e1678237095b1a0a150de5 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 13 Mar 2026 00:29:47 -0700 Subject: libinih: upgrade from 58 to 62 Upgrade libinih from 58 to 62. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-oe/recipes-support/inih/libinih_62.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-support/inih/libinih_62.bb (limited to 'meta-oe/recipes-support/inih/libinih_62.bb') 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 @@ +SUMMARY = "inih (INI Not Invented Here)" +DESCRIPTION = "A .INI file parser written in C that was designed to be small and simple." +HOMEPAGE = "https://github.com/benhoyt/inih" +SECTION = "libs" +LICENSE = "BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202" + +SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" + +SRCREV = "26254ee9de7681f8825433415443e7116ff24b98" + +inherit meson pkgconfig -- cgit v1.2.3-54-g00ecf