diff options
Diffstat (limited to 'meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb new file mode 100644 index 0000000000..dff6cc1614 --- /dev/null +++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "A C++ JSON Parser/Generator Implemented with Boost Spirit." | ||
| 2 | DESCRIPTION = "JSON Spirit, a C++ library that reads and writes JSON files or streams. \ | ||
| 3 | It is written using the Boost Spirit parser generator. If you are \ | ||
| 4 | already using Boost, you can use JSON Spirit without any additional \ | ||
| 5 | dependencies." | ||
| 6 | HOMEPAGE = "https://www.codeproject.com/kb/recipes/json_spirit.aspx" | ||
| 7 | SECTION = "libs" | ||
| 8 | PRIORITY = "optional" | ||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9" | ||
| 11 | |||
| 12 | SRC_URI = "file://json_spirit_v${PV}.zip \ | ||
| 13 | file://0001-Adjust-the-cmake-files.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | S = "${WORKDIR}/json_spirit_v${PV}" | ||
| 17 | |||
| 18 | DEPENDS = "boost" | ||
| 19 | |||
| 20 | inherit cmake | ||
| 21 | |||
| 22 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake" | ||
| 23 | |||
| 24 | BBCLASSEXTEND += "nativesdk" | ||
