xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "yaml-cpp parser and emitter library"
2*4882a593SmuzhiyunDESCRIPTION = "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec."
3*4882a593SmuzhiyunHOMEPAGE = "https://github.com/jbeder/yaml-cpp"
4*4882a593SmuzhiyunSECTION = "devel"
5*4882a593SmuzhiyunLICENSE = "MIT"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=6a8aaf0595c2efc1a9c2e0913e9c1a2c"
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun# yaml-cpp releases are stored as archive files in github.
9*4882a593Smuzhiyun# download the exact revision of release
10*4882a593SmuzhiyunSRC_URI = "git://github.com/jbeder/yaml-cpp.git;branch=master;protocol=https"
11*4882a593SmuzhiyunSRCREV = "0579ae3d976091d7d664aa9d2527e0d0cff25763"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunS = "${WORKDIR}/git"
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuninherit cmake
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunEXTRA_OECMAKE = "-DYAML_CPP_BUILD_TESTS=OFF -DYAML_BUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF"
18