Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
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"
|