blob: 87b1142e0c597cd17cca313182ee0722f7777b5e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "C and C++ INI Library"
2HOMEPAGE = "http://code.google.com/p/inih/"
3PV = "0.0+gitr${SRCPV}"
4PKGV = "${GITPKGVTAG}"
Brad Bishop6a62e0e2019-10-21 08:11:42 -04005LICENSE = "BSD-3-Clause"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
7
8PR = "r3"
9
10# The github repository provides a cmake and pkg-config integration
Brad Bishope42b3e32020-01-15 22:08:42 -050011SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23"
12SRC_URI = "git://github.com/OSSystems/inih.git \
13 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014
15S = "${WORKDIR}/git"
16
17inherit gitpkgv cmake
18
19# We don't have libinih since we only have static libraries
20ALLOW_EMPTY_${PN} = "1"