diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-09-28 17:33:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-29 10:01:07 -0700 |
commit | 1a6683bf4727e431e833a2c9ca0ce0d181228b4b (patch) | |
tree | 384554e3d0652171a11a0ca1c8463ba2b939d58a /meta-oe/recipes-test/catch2 | |
parent | 6163c3c9b0c099b1e53370cf0a9ee18b86abf8ab (diff) | |
download | meta-openembedded-1a6683bf4727e431e833a2c9ca0ce0d181228b4b.tar.gz |
catch2: upgrade 3.7.0 -> 3.7.1
ChangeLog:
https://github.com/catchorg/Catch2/releases/tag/v3.7.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/catch2')
-rw-r--r-- | meta-oe/recipes-test/catch2/catch2_3.7.1.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.7.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.7.0.bb b/meta-oe/recipes-test/catch2/catch2_3.7.1.bb index 2d571a9cf..35cdab5e8 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.7.0.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.7.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" | 7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" |
8 | SRCREV = "31588bb4f56b638dd5afc28d3ebff9b9dcefb88d" | 8 | SRCREV = "fa43b77429ba76c462b1898d6cd2f2d7a9416b14" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
@@ -16,6 +16,7 @@ do_install:append() { | |||
16 | rm ${D}${datadir}/Catch2/gdbinit | 16 | rm ${D}${datadir}/Catch2/gdbinit |
17 | rmdir ${D}${datadir}/Catch2/ | 17 | rmdir ${D}${datadir}/Catch2/ |
18 | } | 18 | } |
19 | |||
19 | # Header-only library | 20 | # Header-only library |
20 | RDEPENDS:${PN}-dev = "" | 21 | RDEPENDS:${PN}-dev = "" |
21 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 22 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |