xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/inih/libinih_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "C and C++ INI Library"
2HOMEPAGE = "http://code.google.com/p/inih/"
3PV = "0.0+gitr${SRCPV}"
4PKGV = "${GITPKGVTAG}"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
7
8PR = "r3"
9
10# The github repository provides a cmake and pkg-config integration
11SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23"
12SRC_URI = "git://github.com/OSSystems/inih.git;branch=master;protocol=https \
13           file://0001-include-install-header-files-without-prefix-dir-inih.patch \
14           "
15
16UPSTREAM_CHECK_COMMITS = "1"
17
18S = "${WORKDIR}/git"
19
20inherit gitpkgv cmake
21
22# We don't have libinih since we only have static libraries
23ALLOW_EMPTY:${PN} = "1"
24