[meta-oe] libcereal: upgrade 1.3.1 -> 1.3.2

Message ID 1646657069-56146-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] libcereal: upgrade 1.3.1 -> 1.3.2 | expand

Commit Message

Mingyu Wang (Fujitsu) March 7, 2022, 12:44 p.m. UTC
This is a minor bug fix and build enhancement release for cereal.
The primary reason for this release is to correctly increment the version for
cereal in include/cereal/version.hpp.

Bug fixes and enhancements
--------------------------
Make doxygen docs reproducible
Add CMake options for building doc and sandbox
Correct patch version for 1.3.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libcereal/{libcereal_1.3.1.bb => libcereal_1.3.2.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libcereal/{libcereal_1.3.1.bb => libcereal_1.3.2.bb} (94%)

Comments

Khem Raj March 10, 2022, 8:50 p.m. UTC | #1
this fails to build on qemumips see
https://errors.yoctoproject.org/Errors/Details/651369/
perhaps its clang being more fussy here I dont know, can you build it
for qemumips and see if it works ok with gcc atleast

On Mon, Mar 7, 2022 at 4:45 AM wangmy <wangmy@fujitsu.com> wrote:
>
> This is a minor bug fix and build enhancement release for cereal.
> The primary reason for this release is to correctly increment the version for
> cereal in include/cereal/version.hpp.
>
> Bug fixes and enhancements
> --------------------------
> Make doxygen docs reproducible
> Add CMake options for building doc and sandbox
> Correct patch version for 1.3.2
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libcereal/{libcereal_1.3.1.bb => libcereal_1.3.2.bb}        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-support/libcereal/{libcereal_1.3.1.bb => libcereal_1.3.2.bb} (94%)
>
> diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
> similarity index 94%
> rename from meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb
> rename to meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
> index c905b74d6..08291d2db 100644
> --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb
> +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
> @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
>  PROVIDES += "${PN}-dev"
>
>  PV .= "+git${SRCPV}"
> -SRCREV = "1de8fe89471d69ea392ea260ce74e079d5f4b415"
> +SRCREV = "ebef1e929807629befafbb2918ea1a08c7194554"
>  SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https"
>
>  S = "${WORKDIR}/git"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95855): https://lists.openembedded.org/g/openembedded-devel/message/95855
> Mute This Topic: https://lists.openembedded.org/mt/89610748/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
similarity index 94%
rename from meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb
rename to meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
index c905b74d6..08291d2db 100644
--- a/meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
@@ -15,7 +15,7 @@  LIC_FILES_CHKSUM = "\
 PROVIDES += "${PN}-dev"
 
 PV .= "+git${SRCPV}"
-SRCREV = "1de8fe89471d69ea392ea260ce74e079d5f4b415"
+SRCREV = "ebef1e929807629befafbb2918ea1a08c7194554"
 SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"