blob: e733f2fe020d3e8c1d1d9219cbed18b2c954c97e [file] [log] [blame]
Fritjof Jonsson37bf7e72018-06-27 13:44:55 +02001SUMMARY = "A C++11 library for serialization"
2HOMEPAGE = "https://uscilab.github.io/cereal/"
3
4SECTION = "libs"
5
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
8
9SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4"
10SRC_URI = "git://github.com/USCiLab/cereal.git"
11
12S = "${WORKDIR}/git"
13
14inherit cmake
15
16EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"