[oe-commits] [meta-openembedded] 04/47: Add recipe for cereal, a header-only C++11 serialization library.

git at git.openembedded.org git at git.openembedded.org
Fri Jun 29 13:55:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 38d227b2bd98af2db97031ccb1234159776d11a4
Author: Fritjof Jonsson <fritjof.jonsson at axis.com>
AuthorDate: Wed Jun 27 13:44:55 2018 +0200

    Add recipe for cereal, a header-only C++11 serialization library.
    
    Change-Id: Ia9e454b0b1caf16dd11ac371bda213375955f543
    Signed-off-by: Fritjof Jonsson <fritjofj at axis.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-support/libcereal/libcereal_1.2.2.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/meta/recipes-support/libcereal/libcereal_1.2.2.bb b/meta/recipes-support/libcereal/libcereal_1.2.2.bb
new file mode 100644
index 0000000..e733f2f
--- /dev/null
+++ b/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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list