Fritjof Jonsson | 37bf7e7 | 2018-06-27 13:44:55 +0200 | [diff] [blame] | 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" |