aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorFritjof Jonsson <fritjof.jonsson@axis.com>2018-08-13 16:06:19 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-15 08:20:06 -0700
commitdccb790e187f3b6f06d53b000a9ffd0687d78876 (patch)
tree4e9212fdca69094e0aab122a338c81b71810a2c5 /meta-oe/recipes-support
parent29a51db18a729bcd9b0379eab27ff5e9e863dc79 (diff)
downloadmeta-openembedded-contrib-dccb790e187f3b6f06d53b000a9ffd0687d78876.tar.gz
Move lonely libcereal from meta to meta-oe
Change-Id: I2462274575e121466b5afc4cda006215e32fd34b Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb
new file mode 100644
index 0000000000..e733f2fe02
--- /dev/null
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A C++11 library for serialization"
+HOMEPAGE = "https://uscilab.github.io/cereal/"
+
+SECTION = "libs"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
+
+SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4"
+SRC_URI = "git://github.com/USCiLab/cereal.git"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"