* [PATCH] cmocka: update from 1.1.5+ to 1.1.7
@ 2023-03-21 15:42 Randy MacLeod
2023-03-22 4:37 ` [oe] " Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Randy MacLeod @ 2023-03-21 15:42 UTC (permalink / raw)
To: openembedded-devel
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>
---
.../recipes-test/cmocka/{cmocka_1.1.5.bb => cmocka_1.1.7.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-test/cmocka/{cmocka_1.1.5.bb => cmocka_1.1.7.bb} (95%)
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
similarity index 95%
rename from meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
rename to meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
index 554d582a5..308d5ca1f 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/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9"
+SRCREV = "a01cc69ee9536f90e57c61a198f2d1944d3d4313"
PV .= "+git${SRCPV}"
-SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=master \
+SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1 \
file://run-ptest \
"
--
2.39.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [oe] [PATCH] cmocka: update from 1.1.5+ to 1.1.7
2023-03-21 15:42 [PATCH] cmocka: update from 1.1.5+ to 1.1.7 Randy MacLeod
@ 2023-03-22 4:37 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2023-03-22 4:37 UTC (permalink / raw)
To: Randy MacLeod; +Cc: openembedded-devel
fails to build on musl/aarch64 see
https://errors.yoctoproject.org/Errors/Details/698594/
On Tue, Mar 21, 2023 at 8:42 AM Randy MacLeod
<randy.macleod@windriver.com> wrote:
>
> 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>
> ---
> .../recipes-test/cmocka/{cmocka_1.1.5.bb => cmocka_1.1.7.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-oe/recipes-test/cmocka/{cmocka_1.1.5.bb => cmocka_1.1.7.bb} (95%)
>
> diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
> similarity index 95%
> rename from meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
> rename to meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
> index 554d582a5..308d5ca1f 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/"
> LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9"
> +SRCREV = "a01cc69ee9536f90e57c61a198f2d1944d3d4313"
> PV .= "+git${SRCPV}"
> -SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=master \
> +SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1 \
> file://run-ptest \
> "
>
> --
> 2.39.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#101617): https://lists.openembedded.org/g/openembedded-devel/message/101617
> Mute This Topic: https://lists.openembedded.org/mt/97757613/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-22 4:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 15:42 [PATCH] cmocka: update from 1.1.5+ to 1.1.7 Randy MacLeod
2023-03-22 4:37 ` [oe] " Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.