diff options
author | Fritjof Jonsson <fritjof.jonsson@axis.com> | 2018-06-27 13:44:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-27 22:17:33 -0700 |
commit | 38d227b2bd98af2db97031ccb1234159776d11a4 (patch) | |
tree | d5add2524901ab6e11b82cd38d3e4f434c6dd673 | |
parent | 8778dc85e1fd367efdfc895ba0410814e39a76f6 (diff) | |
download | meta-openembedded-38d227b2bd98af2db97031ccb1234159776d11a4.tar.gz |
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>
-rw-r--r-- | meta/recipes-support/libcereal/libcereal_1.2.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 0000000000..e733f2fe02 --- /dev/null +++ b/meta/recipes-support/libcereal/libcereal_1.2.2.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "A C++11 library for serialization" | ||
2 | HOMEPAGE = "https://uscilab.github.io/cereal/" | ||
3 | |||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "BSD-3-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23" | ||
8 | |||
9 | SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4" | ||
10 | SRC_URI = "git://github.com/USCiLab/cereal.git" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit cmake | ||
15 | |||
16 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" | ||