1*4882a593SmuzhiyunSUMMARY = "A C++ JSON Parser/Generator Implemented with Boost Spirit." 2*4882a593SmuzhiyunDESCRIPTION = "JSON Spirit, a C++ library that reads and writes JSON files or streams. \ 3*4882a593SmuzhiyunIt is written using the Boost Spirit parser generator. If you are \ 4*4882a593Smuzhiyunalready using Boost, you can use JSON Spirit without any additional \ 5*4882a593Smuzhiyundependencies." 6*4882a593SmuzhiyunHOMEPAGE = "https://www.codeproject.com/kb/recipes/json_spirit.aspx" 7*4882a593SmuzhiyunSECTION = "libs" 8*4882a593SmuzhiyunPRIORITY = "optional" 9*4882a593SmuzhiyunLICENSE = "MIT" 10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9" 11*4882a593Smuzhiyun 12*4882a593SmuzhiyunDEPENDS = "boost" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunSRC_URI = "file://json_spirit_v${PV}.zip \ 15*4882a593Smuzhiyun file://0001-Adjust-the-cmake-files.patch \ 16*4882a593Smuzhiyun file://0001-Link-to-libatomic.patch \ 17*4882a593Smuzhiyun" 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunS = "${WORKDIR}/json_spirit_v${PV}" 20*4882a593Smuzhiyun 21*4882a593Smuzhiyuninherit cmake 22*4882a593Smuzhiyun 23*4882a593SmuzhiyunBBCLASSEXTEND = "nativesdk" 24