diff options
-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 2d571a9cfc..35cdab5e82 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})" |