diff options
-rw-r--r-- | meta/recipes-support/libcereal/libcereal_1.2.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/libcereal/libcereal_1.2.2.bb b/meta/recipes-support/libcereal/libcereal_1.2.2.bb new file mode 100644 index 0000000000..e733f2fe02 --- /dev/null +++ b/meta/recipes-support/libcereal/libcereal_1.2.2.bb | |||
@@ -0,0 +1,16 @@ | |||
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" | ||