diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2023-03-21 08:42:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-22 09:12:40 -0700 |
commit | c9136de654419d9b13871500a96e8744059b4020 (patch) | |
tree | aa7f974aac917a8ffb357fd4aafc1998b446c081 /meta-oe/recipes-test | |
parent | ecb95941df335fece45d91aa8912ad2795f726e5 (diff) | |
download | meta-openembedded-c9136de654419d9b13871500a96e8744059b4020.tar.gz |
cmocka: update from 1.1.5+ to 1.1.7
Switch the SRC_URI branch from master to stable-1.1
The 1.1.5 version was actually a bit ahead of that tag but
the ChangeLog comment for the two releases are:
Thu Feb 23 2023 Andreas Schneider <asn@cryptomilk.org>
* cmocka version 1.1.7
* Update ignore list for source tarball generation
Fri Feb 16 2023 Andreas Schneider <asn@cryptomilk.org>
* cmocka version 1.1.6
* Added new assert macros to compare 2 double given an epsilon
* Added meson build system
* Added header with version to TAP13 output
* Fixed issues with MSVC
* Fixed TAP output for skipped tests
* Fixed issue with fail_msg
* CMake generated configs for find_package(cmocka)
* Documentation improvements
CMake still seems to be the default build tool based on Install.md
so use that rather than the shiny Meson system.
One test, test_cmockery, was added so now there are 23 passing ptests.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r-- | meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb (renamed from meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb index 554d582a57..308d5ca1fb 100644 --- a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb +++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb | |||
@@ -6,9 +6,9 @@ HOMEPAGE = "https://cmocka.org/" | |||
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 8 | ||
9 | SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9" | 9 | SRCREV = "a01cc69ee9536f90e57c61a198f2d1944d3d4313" |
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=master \ | 11 | SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1 \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||