- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
14 lines
426 B
BlitzBasic
14 lines
426 B
BlitzBasic
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=dccf35ef30bf912bb07b01d469965293"
|
|
|
|
SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
|
|
SRCREV = "cf639f7f4ee125f68e1ccfba8d99ebc0de57b9fe"
|
|
|
|
inherit cmake
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
CXXFLAGS += " -Wno-error=type-limits"
|