blob: 6fc5881c595da0b376148856a01d6202a91bbcb5 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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 = "02eace19a99ce3cd564ca4e379753d69af08c2c8"
10SRC_URI = "git://github.com/USCiLab/cereal.git"
11
12S = "${WORKDIR}/git"
13
14inherit cmake
15
16EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"
17
18ALLOW_EMPTY_${PN} = "1"
19
20BBCLASSEXTEND = "native nativesdk"