summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFritjof Jonsson <fritjof.jonsson@axis.com>2018-06-27 13:44:55 +0200
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-17 15:41:48 -0400
commit37bf7e707af76cc392caf8f66d50130727b5b2a0 (patch)
treed29d9750eb48e5efa6754b2b248474ce86ee19a8
parent35726fda0efbc3c9e233b46fa95d5373b102e477 (diff)
downloadtalos-openbmc-37bf7e707af76cc392caf8f66d50130727b5b2a0.tar.gz
talos-openbmc-37bf7e707af76cc392caf8f66d50130727b5b2a0.zip
Add recipe for cereal, a header-only C++11 serialization library.
(From meta-openembedded rev: 38d227b2bd98af2db97031ccb1234159776d11a4) Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Ia9e454b0b1caf16dd11ac371bda213375955f543
-rw-r--r--meta-openembedded/meta/recipes-support/libcereal/libcereal_1.2.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openembedded/meta/recipes-support/libcereal/libcereal_1.2.2.bb b/meta-openembedded/meta/recipes-support/libcereal/libcereal_1.2.2.bb
new file mode 100644
index 000000000..e733f2fe0
--- /dev/null
+++ b/meta-openembedded/meta/recipes-support/libcereal/libcereal_1.2.2.bb
@@ -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"
OpenPOWER on IntegriCloud