aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
blob: b4e0d17b372b90b9c4a6c562ba7fd05422cce0b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
HOMEPAGE="https://github.com/taocpp/PEGTL"
LICENSE="MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006"

SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
SRCREV = "eeba7fa1180655bd683be620cc31be35607442ca"

inherit cmake

S = "${WORKDIR}/git"

CXXFLAGS += " -Wno-error=type-limits"