diff options
author | Fritjof Jonsson <fritjof.jonsson@axis.com> | 2018-08-13 17:06:19 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-17 22:41:48 +0300 |
commit | 8971f7fe02857a90576c46e7ab99dffdcf1f6998 (patch) | |
tree | 493a30f1b56bc2ec73c320181f81fa5e6de6f050 /meta-openembedded/meta-oe/recipes-support | |
parent | 37bf7e707af76cc392caf8f66d50130727b5b2a0 (diff) | |
download | openbmc-8971f7fe02857a90576c46e7ab99dffdcf1f6998.tar.xz |
Move lonely libcereal from meta to meta-oe
(From meta-openembedded rev: dccb790e187f3b6f06d53b000a9ffd0687d78876)
Signed-off-by: Fritjof Jonsson <fritjofj@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I2462274575e121466b5afc4cda006215e32fd34b
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-support')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb b/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb new file mode 100644 index 000000000..e733f2fe0 --- /dev/null +++ b/meta-openembedded/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" |