Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | SUMMARY = "The iniParser library is a simple C library offering INI file parsing services (both reading and writing)." |
| 2 | SECTION = "libs" |
| 3 | HOMEPAGE = "https://github.com/ndevilla/iniparser" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e02baf71c76e0650e667d7da133379ac" |
| 6 | |
| 7 | DEPENDS = "doxygen-native" |
| 8 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 9 | SRC_URI = "git://github.com/ndevilla/iniparser.git;protocol=https;branch=master \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 10 | file://Add-CMake-support.patch" |
| 11 | |
| 12 | # tag 4.1 |
| 13 | SRCREV= "0a38e85c9cde1e099ca3bf70083bd00f89c3e5b6" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit cmake |