blob: 5030c78a3112a348839826d9209dd3a2e76f2935 [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}"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
7
8PR = "r3"
9
10# The github repository provides a cmake and pkg-config integration
11SRCREV = "25078f7156eb8647b3b35dd25f9ae6f8c4ee0589"
12SRC_URI = "git://github.com/OSSystems/inih.git"
13
14S = "${WORKDIR}/git"
15
16inherit gitpkgv cmake
17
18# We don't have libinih since we only have static libraries
19ALLOW_EMPTY_${PN} = "1"