mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
302d136dd9
Upgrade libinih from 58 to 62. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
450 B
BlitzBasic
14 lines
450 B
BlitzBasic
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
|