Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [meta-oe][PATCH] pegtl: Correct the license to BSL-1.0
Date: Sun, 12 Jul 2026 02:46:51 +0200	[thread overview]
Message-ID: <20260712004651.356661-1-pkj@axis.com> (raw)

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 --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


                 reply	other threads:[~2026-07-12  0:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260712004651.356661-1-pkj@axis.com \
    --to=pkj@axis.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox