@@ -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
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> --- meta-oe/recipes-extended/pegtl/pegtl_4.0.0.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)