From f2c2e4d50cc8aa65d97427f56f109ad836aa621a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Jan 2026 19:29:13 +0800 Subject: catch2: upgrade 3.8.1 -> 3.12.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-test/catch2/catch2_3.12.0.bb | 23 +++++++++++++++++++++++ meta-oe/recipes-test/catch2/catch2_3.8.1.bb | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta-oe/recipes-test/catch2/catch2_3.12.0.bb delete mode 100644 meta-oe/recipes-test/catch2/catch2_3.8.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-test/catch2/catch2_3.12.0.bb b/meta-oe/recipes-test/catch2/catch2_3.12.0.bb new file mode 100644 index 0000000000..cd51686c0d --- /dev/null +++ b/meta-oe/recipes-test/catch2/catch2_3.12.0.bb @@ -0,0 +1,23 @@ +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;tag=v${PV}" +SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f" + + +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})" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb deleted file mode 100644 index 48ed26708c..0000000000 --- a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb +++ /dev/null @@ -1,23 +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 = "2b60af89e23d28eefc081bc930831ee9d45ea58b" - - -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})" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf