blob: 365b40b17d230a6c43e52a7ecd5a54d9ba72a73c [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
Brad Bishopa52bfdf2018-11-28 10:32:45 -050018ALLOW_EMPTY_${PN} = "1"
19
Brad Bishop1c430442018-11-21 11:06:12 -050020BBCLASSEXTEND = "native nativesdk"