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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128140): https://lists.openembedded.org/g/openembedded-devel/message/128140 Mute This Topic: https://lists.openembedded.org/mt/120229099/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
