aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-03-07 20:44:26 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-07 09:27:53 -0800
commit7243835dab3a096a4d63acca8d164364b5184067 (patch)
tree11ebb76c966c99ca5ad880b1042b3e5bf8426fde
parent59840d71d6d8c90246ee84dcda352083450138e4 (diff)
downloadmeta-openembedded-contrib-7243835dab3a096a4d63acca8d164364b5184067.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb (renamed from meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.1.bb b/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"