diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-03-07 20:44:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-07 09:27:53 -0800 |
commit | 7243835dab3a096a4d63acca8d164364b5184067 (patch) | |
tree | 11ebb76c966c99ca5ad880b1042b3e5bf8426fde /meta-oe/recipes-support | |
parent | 59840d71d6d8c90246ee84dcda352083450138e4 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support')
-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 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 = "\ | |||
15 | PROVIDES += "${PN}-dev" | 15 | PROVIDES += "${PN}-dev" |
16 | 16 | ||
17 | PV .= "+git${SRCPV}" | 17 | PV .= "+git${SRCPV}" |
18 | SRCREV = "1de8fe89471d69ea392ea260ce74e079d5f4b415" | 18 | SRCREV = "ebef1e929807629befafbb2918ea1a08c7194554" |
19 | SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https" | 19 | SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |