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 \ |
Andrew Geissler | 97771a3 | 2021-03-05 15:23:11 -0600 | [diff] [blame] | 13 | file://0001-include-install-header-files-without-prefix-dir-inih.patch \ |
| 14 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 16 | UPSTREAM_CHECK_COMMITS = "1" |
| 17 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit gitpkgv cmake |
| 21 | |
| 22 | # We don't have libinih since we only have static libraries |
| 23 | ALLOW_EMPTY_${PN} = "1" |