1*4882a593SmuzhiyunSUMMARY = "JSON C++ lib used to read and write json file." 2*4882a593SmuzhiyunDESCRIPTION = "Jsoncpp is an implementation of a JSON (http://json.org) reader \ 3*4882a593Smuzhiyun and writer in C++. JSON (JavaScript Object Notation) is a \ 4*4882a593Smuzhiyun lightweight data-interchange format. It is easy for humans to \ 5*4882a593Smuzhiyun read and write. It is easy for machines to parse and generate." 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunHOMEPAGE = "https://github.com/open-source-parsers/jsoncpp" 8*4882a593Smuzhiyun 9*4882a593SmuzhiyunSECTION = "libs" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunLICENSE = "MIT" 12*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunPE = "1" 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunSRCREV = "5defb4ed1a4293b8e2bf641e16b156fb9de498cc" 17*4882a593SmuzhiyunSRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https" 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunS = "${WORKDIR}/git" 20*4882a593Smuzhiyun 21*4882a593Smuzhiyuninherit cmake 22*4882a593Smuzhiyun 23*4882a593SmuzhiyunEXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DBUILD_OBJECT_LIBS=OFF -DJSONCPP_WITH_TESTS=OFF" 24*4882a593Smuzhiyun 25*4882a593SmuzhiyunBBCLASSEXTEND = "native" 26