From 7243835dab3a096a4d63acca8d164364b5184067 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Mar 2022 20:44:26 +0800 Subject: [PATCH] libcereal: upgrade 1.3.1 -> 1.3.2 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 Signed-off-by: Khem Raj --- .../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 c905b74d6e..08291d2dbe 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"