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}" |
Brad Bishop | 6a62e0e | 2019-10-21 08:11:42 -0400 | [diff] [blame] | 5 | LICENSE = "BSD-3-Clause" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" |
| 7 | |
| 8 | PR = "r3" |
| 9 | |
| 10 | # The github repository provides a cmake and pkg-config integration |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" |
| 12 | SRC_URI = "git://github.com/OSSystems/inih.git \ |
| 13 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit gitpkgv cmake |
| 18 | |
| 19 | # We don't have libinih since we only have static libraries |
| 20 | ALLOW_EMPTY_${PN} = "1" |