All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] Add recipe for cereal, a header-only C++11 serialization library.
@ 2018-08-13 13:20 Fritjof Jonsson
  2018-08-14  7:35 ` Fritjof Jonsson
  0 siblings, 1 reply; 2+ messages in thread
From: Fritjof Jonsson @ 2018-08-13 13:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Fritjof Jonsson

Change-Id: I93a3d6b34650998d67f5c00ed8ff14e2658cbec7
Signed-off-by: Fritjof Jonsson <fritjofj@axis.com>
---
 meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb

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 000000000..6507dd63e
--- /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]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"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH v2] Add recipe for cereal, a header-only C++11 serialization library.
  2018-08-13 13:20 [meta-oe][PATCH v2] Add recipe for cereal, a header-only C++11 serialization library Fritjof Jonsson
@ 2018-08-14  7:35 ` Fritjof Jonsson
  0 siblings, 0 replies; 2+ messages in thread
From: Fritjof Jonsson @ 2018-08-14  7:35 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Please ignore this patch, since a move of the recipe  to the correct location has been submitted. 

________________________________________
Change-Id: I93a3d6b34650998d67f5c00ed8ff14e2658cbec7
Signed-off-by: Fritjof Jonsson <fritjofj@axis.com>
---
 meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb

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 000000000..6507dd63e
--- /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]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"
--
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-14  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13 13:20 [meta-oe][PATCH v2] Add recipe for cereal, a header-only C++11 serialization library Fritjof Jonsson
2018-08-14  7:35 ` Fritjof Jonsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.