From 2f4af77a904e739ddbe9c8fd5587e0a9835a8d25 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 13 Apr 2025 23:28:04 +0800 Subject: catch2: upgrade 3.8.0 -> 3.8.1 ChangeLog: https://github.com/catchorg/Catch2/releases/tag/v3.8.1 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj (cherry picked from commit 4e54d20446c509c35d030bd411a767fae8f36c3d) Signed-off-by: Armin Kuster --- meta-oe/recipes-test/catch2/catch2_3.8.0.bb | 22 ---------------------- meta-oe/recipes-test/catch2/catch2_3.8.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-test/catch2/catch2_3.8.0.bb create mode 100644 meta-oe/recipes-test/catch2/catch2_3.8.1.bb diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.0.bb b/meta-oe/recipes-test/catch2/catch2_3.8.0.bb deleted file mode 100644 index dd7ec5469a..0000000000 --- a/meta-oe/recipes-test/catch2/catch2_3.8.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \ -TDD and BDD - using C++11, C++14, C++17 and later." -HOMEPAGE = "https://github.com/catchorg/Catch2" -LICENSE = "BSL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" - -SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" -SRCREV = "914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a" - -S = "${WORKDIR}/git" - -inherit cmake python3native - -do_install:append() { - rm ${D}${datadir}/Catch2/lldbinit - rm ${D}${datadir}/Catch2/gdbinit - rmdir ${D}${datadir}/Catch2/ -} - -# Header-only library -RDEPENDS:${PN}-dev = "" -RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb new file mode 100644 index 0000000000..f106b39de4 --- /dev/null +++ b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \ +TDD and BDD - using C++11, C++14, C++17 and later." +HOMEPAGE = "https://github.com/catchorg/Catch2" +LICENSE = "BSL-1.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" + +SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" +SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b" + +S = "${WORKDIR}/git" + +inherit cmake python3native + +do_install:append() { + rm ${D}${datadir}/Catch2/lldbinit + rm ${D}${datadir}/Catch2/gdbinit + rmdir ${D}${datadir}/Catch2/ +} + +# Header-only library +RDEPENDS:${PN}-dev = "" +RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" -- cgit v1.2.3-54-g00ecf