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