Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "C and C++ INI Library" |
| 2 | HOMEPAGE = "http://code.google.com/p/inih/" |
| 3 | PV = "0.0+gitr${SRCPV}" |
| 4 | PKGV = "${GITPKGVTAG}" |
| 5 | LICENSE = "BSD" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" |
| 7 | |
| 8 | PR = "r3" |
| 9 | |
| 10 | # The github repository provides a cmake and pkg-config integration |
| 11 | SRCREV = "25078f7156eb8647b3b35dd25f9ae6f8c4ee0589" |
| 12 | SRC_URI = "git://github.com/OSSystems/inih.git" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit gitpkgv cmake |
| 17 | |
| 18 | # We don't have libinih since we only have static libraries |
| 19 | ALLOW_EMPTY_${PN} = "1" |