xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunDESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
2*4882a593SmuzhiyunHOMEPAGE="https://github.com/taocpp/PEGTL"
3*4882a593SmuzhiyunLICENSE="MIT"
4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunSRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
7*4882a593SmuzhiyunSRCREV = "eeba7fa1180655bd683be620cc31be35607442ca"
8*4882a593Smuzhiyun
9*4882a593Smuzhiyuninherit cmake
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunS = "${WORKDIR}/git"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunCXXFLAGS += " -Wno-error=type-limits"
14