summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-support
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 17:07:53 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-19 15:18:11 -0400
commit17c08bf7c941f90e9e82e1361248db405aba40c7 (patch)
treea276eb564b34c429c627b4a81be7b9679f347499 /meta-phosphor/recipes-support
parentc5180348b1ae049359af1109df54e42a837c2b87 (diff)
downloadtalos-openbmc-17c08bf7c941f90e9e82e1361248db405aba40c7.tar.gz
talos-openbmc-17c08bf7c941f90e9e82e1361248db405aba40c7.zip
meta-phosphor: switch to meta-oe libcereal
A cereal recipe was added recently to meta-openembedded. Use it so we can deprecate our version of it. (From meta-phosphor rev: cc51cd9910f3480cf4d2e0bff8aa6b95162e5bc1) Change-Id: I7746dbd1eda3011b870b85770092b2d020800af7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-support')
-rw-r--r--meta-phosphor/recipes-support/serialization/cereal_1.2.2.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-phosphor/recipes-support/serialization/cereal_1.2.2.bb b/meta-phosphor/recipes-support/serialization/cereal_1.2.2.bb
deleted file mode 100644
index 50c85787c..000000000
--- a/meta-phosphor/recipes-support/serialization/cereal_1.2.2.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Cereal - A C++11 library for serialization"
-DESCRIPTION = "Cereal is a header-only C++11 serialization library."
-HOMEPAGE = "https://github.com/USCiLab/cereal"
-PR = "r1"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
-
-SRC_URI += "git://github.com/USCiLab/cereal"
-SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4"
-PV = "1.2.2+git${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-ALLOW_EMPTY_${PN} = "1"
-
-do_install () {
- install -d ${D}${includedir}/cereal
- cp -r ${S}/include/cereal/* ${D}${includedir}/cereal/
-}
OpenPOWER on IntegriCloud