blob: e02b4c9607dad92ae4459783ad9a6d5f665ffe4c [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"
Brad Bishop1c430442018-11-21 11:06:12 -050017
18BBCLASSEXTEND = "native nativesdk"