diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-21 19:29:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-22 22:01:03 -0800 |
| commit | f2c2e4d50cc8aa65d97427f56f109ad836aa621a (patch) | |
| tree | b33c9fa900936dab5b6e4acd30a2afb652d55911 /meta-oe | |
| parent | 0eea1151a210746c40d3b141e5a805740b7b766e (diff) | |
| download | meta-openembedded-f2c2e4d50cc8aa65d97427f56f109ad836aa621a.tar.gz | |
catch2: upgrade 3.8.1 -> 3.12.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-test/catch2/catch2_3.12.0.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.8.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb b/meta-oe/recipes-test/catch2/catch2_3.12.0.bb index 48ed26708c..cd51686c0d 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.12.0.bb | |||
| @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2" | |||
| 4 | LICENSE = "BSL-1.0" | 4 | 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;tag=v${PV}" |
| 8 | SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b" | 8 | SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f" |
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | inherit cmake python3native | 11 | inherit cmake python3native |
