diff mbox series

[meta-oe] pegtl: Correct the license to BSL-1.0

Message ID 20260712004651.356661-1-pkj@axis.com
State Under Review
Headers show
Series [meta-oe] pegtl: Correct the license to BSL-1.0 | expand

Commit Message

Peter Kjellerstedt July 12, 2026, 12:46 a.m. UTC
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(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/pegtl/pegtl_4.0.0.bb b/meta-oe/recipes-extended/pegtl/pegtl_4.0.0.bb
index 00ab23f025..898b161cad 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_4.0.0.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_4.0.0.bb
@@ -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