mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
pegtl: Correct the license to BSL-1.0
The license was changed from MIT to BSL-1.0 in release 4.0.0. Also set SUMMARY instead of DESCRIPTION, and fix some whitespace. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
0207553f41
commit
6c10e92dcc
@@ -1,18 +1,17 @@
|
||||
DESCRIPTION = "header-only library for creating parsers according to Parsing Expression Grammar"
|
||||
SUMMARY = "Header-only library for creating parsers according to Parsing Expression Grammar"
|
||||
HOMEPAGE = "https://github.com/taocpp/PEGTL"
|
||||
LICENSE = "MIT"
|
||||
LICENSE = "BSL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/taocpp/PEGTL.git;protocol=https;branch=main \
|
||||
file://run-ptest \
|
||||
git://github.com/taocpp/PEGTL.git;protocol=https;branch=main \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
SRCREV = "708de300144de0ec8bd58491facfc5f34d0d0559"
|
||||
|
||||
inherit cmake ptest
|
||||
|
||||
|
||||
do_install_ptest () {
|
||||
install -d ${D}${PTEST_PATH}/src/test/pegtl/data
|
||||
install -m 0755 ${B}/src/test/pegtl-test-* ${D}${PTEST_PATH}/src/test/pegtl
|
||||
|
||||
Reference in New Issue
Block a user