mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Add recipe for cereal, a header-only C++11 serialization library.
Change-Id: Ia9e454b0b1caf16dd11ac371bda213375955f543 Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8778dc85e1
commit
38d227b2bd
16
meta/recipes-support/libcereal/libcereal_1.2.2.bb
Normal file
16
meta/recipes-support/libcereal/libcereal_1.2.2.bb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "A C++11 library for serialization"
|
||||
HOMEPAGE = "https://uscilab.github.io/cereal/"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
|
||||
|
||||
SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4"
|
||||
SRC_URI = "git://github.com/USCiLab/cereal.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"
|
||||
Loading…
Reference in New Issue
Block a user