All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCHv2] rocksdb: add version 5.8
@ 2017-10-10  6:59 Pascal Bach
  2017-10-10  8:53 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal Bach @ 2017-10-10  6:59 UTC (permalink / raw)
  To: openembedded-devel

Version 5.8 does no longer includes the facebook patent grant and is
licensed under the Apache-2.0 or GPL-2.0 license.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
---
 meta-oe/recipes-extended/rocksdb/rocksdb_git.bb | 28 +++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta-oe/recipes-extended/rocksdb/rocksdb_git.bb

diff --git a/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb b/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
new file mode 100644
index 0000000..2e988bf
--- /dev/null
+++ b/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
@@ -0,0 +1,28 @@
+SUMMARY = "RocksDB an embeddable, persistent key-value store"
+DESCRIPTION = "RocksDB is library that provides an embeddable, persistent key-value store for fast storage."
+HOMEPAGE = "http://rocksdb.org/"
+LICENSE = "(Apache-2.0 | GPL-2.0) & BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.Apache;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+                    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://LICENSE.leveldb;md5=fb04ff57a14f308f2eed4a9b87d45837"
+
+SRCREV = "266ac245affd69555643b735d19d3715c4eff91a"
+PV = "5.8+git${SRCPV}"
+
+SRC_URI = "git://github.com/facebook/${BPN}.git"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+PACKAGECONFIG ??= "bzip2 zlib lz4"
+PACKAGECONFIG[bzip2] = "-DWITH_BZ2=ON,-DWITH_BZ2=OFF,bzip2"
+PACKAGECONFIG[lz4] = "-DWITH_LZ4=ON,-DWITH_LZ4=OFF,lz4"
+PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib"
+PACKAGECONFIG[lite] = "-DROCKSDB_LITE=ON,-DROCKSDB_LITE=OFF"
+
+EXTRA_OECMAKE = "\
+    -DPORTABLE=ON \
+"
+
+FILES_${PN}-dev += "${libdir}/cmake"
-- 
2.1.4



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

* Re: [meta-oe][PATCHv2] rocksdb: add version 5.8
  2017-10-10  6:59 [meta-oe][PATCHv2] rocksdb: add version 5.8 Pascal Bach
@ 2017-10-10  8:53 ` Martin Jansa
  2017-10-10 13:20   ` Pascal Bach
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-10-10  8:53 UTC (permalink / raw)
  To: Pascal Bach; +Cc: openembedded-devel

The v1 failed to build with:
http://errors.yoctoproject.org/Errors/Details/157120/

If the v2 only updated LICENSE, it will need fix for this as well.

On Tue, Oct 10, 2017 at 8:59 AM, Pascal Bach <pascal.bach@siemens.com>
wrote:

> Version 5.8 does no longer includes the facebook patent grant and is
> licensed under the Apache-2.0 or GPL-2.0 license.
>
> Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
> ---
>  meta-oe/recipes-extended/rocksdb/rocksdb_git.bb | 28
> +++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
>
> diff --git a/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
> b/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
> new file mode 100644
> index 0000000..2e988bf
> --- /dev/null
> +++ b/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
> @@ -0,0 +1,28 @@
> +SUMMARY = "RocksDB an embeddable, persistent key-value store"
> +DESCRIPTION = "RocksDB is library that provides an embeddable, persistent
> key-value store for fast storage."
> +HOMEPAGE = "http://rocksdb.org/"
> +LICENSE = "(Apache-2.0 | GPL-2.0) & BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE.Apache;md5=
> 3b83ef96387f14655fc854ddc3c6bd57 \
> +                    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> +                    file://LICENSE.leveldb;md5=
> fb04ff57a14f308f2eed4a9b87d45837"
> +
> +SRCREV = "266ac245affd69555643b735d19d3715c4eff91a"
> +PV = "5.8+git${SRCPV}"
> +
> +SRC_URI = "git://github.com/facebook/${BPN}.git"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake
> +
> +PACKAGECONFIG ??= "bzip2 zlib lz4"
> +PACKAGECONFIG[bzip2] = "-DWITH_BZ2=ON,-DWITH_BZ2=OFF,bzip2"
> +PACKAGECONFIG[lz4] = "-DWITH_LZ4=ON,-DWITH_LZ4=OFF,lz4"
> +PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib"
> +PACKAGECONFIG[lite] = "-DROCKSDB_LITE=ON,-DROCKSDB_LITE=OFF"
> +
> +EXTRA_OECMAKE = "\
> +    -DPORTABLE=ON \
> +"
> +
> +FILES_${PN}-dev += "${libdir}/cmake"
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCHv2] rocksdb: add version 5.8
  2017-10-10  8:53 ` Martin Jansa
@ 2017-10-10 13:20   ` Pascal Bach
  0 siblings, 0 replies; 3+ messages in thread
From: Pascal Bach @ 2017-10-10 13:20 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On 10.10.2017 10:53, Martin Jansa wrote:
> The v1 failed to build with:
> http://errors.yoctoproject.org/Errors/Details/157120/
>
> If the v2 only updated LICENSE, it will need fix for this as well.
It seems this only happens on ARMv5 as there seems to be some instructions for atomic.
I need to dig deeper into how I can fix this.
>
> On Tue, Oct 10, 2017 at 8:59 AM, Pascal Bach <pascal.bach@siemens.com <mailto:pascal.bach@siemens.com>> wrote:
>
>     Version 5.8 does no longer includes the facebook patent grant and is
>     licensed under the Apache-2.0 or GPL-2.0 license.
>
>     Signed-off-by: Pascal Bach <pascal.bach@siemens.com <mailto:pascal.bach@siemens.com>>
>     ---
>      meta-oe/recipes-extended/rocksdb/rocksdb_git.bb <http://rocksdb_git.bb> | 28 +++++++++++++++++++++++++
>      1 file changed, 28 insertions(+)
>      create mode 100644 meta-oe/recipes-extended/rocksdb/rocksdb_git.bb <http://rocksdb_git.bb>
>
>     diff --git a/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb <http://rocksdb_git.bb> b/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb <http://rocksdb_git.bb>
>     new file mode 100644
>     index 0000000..2e988bf
>     --- /dev/null
>     +++ b/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb <http://rocksdb_git.bb>
>     @@ -0,0 +1,28 @@
>     +SUMMARY = "RocksDB an embeddable, persistent key-value store"
>     +DESCRIPTION = "RocksDB is library that provides an embeddable, persistent key-value store for fast storage."
>     +HOMEPAGE = "http://rocksdb.org/"
>     +LICENSE = "(Apache-2.0 | GPL-2.0) & BSD-3-Clause"
>     +LIC_FILES_CHKSUM = "file://LICENSE.Apache;md5=3b83ef96387f14655fc854ddc3c6bd57 \
>     +                    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>     +                    file://LICENSE.leveldb;md5=fb04ff57a14f308f2eed4a9b87d45837"
>     +
>     +SRCREV = "266ac245affd69555643b735d19d3715c4eff91a"
>     +PV = "5.8+git${SRCPV}"
>     +
>     +SRC_URI = "git://github.com/facebook/${BPN}.git <http://github.com/facebook/$%7BBPN%7D.git>"
>     +
>     +S = "${WORKDIR}/git"
>     +
>     +inherit cmake
>     +
>     +PACKAGECONFIG ??= "bzip2 zlib lz4"
>     +PACKAGECONFIG[bzip2] = "-DWITH_BZ2=ON,-DWITH_BZ2=OFF,bzip2"
>     +PACKAGECONFIG[lz4] = "-DWITH_LZ4=ON,-DWITH_LZ4=OFF,lz4"
>     +PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib"
>     +PACKAGECONFIG[lite] = "-DROCKSDB_LITE=ON,-DROCKSDB_LITE=OFF"
>     +
>     +EXTRA_OECMAKE = "\
>     +    -DPORTABLE=ON \
>     +"
>     +
>     +FILES_${PN}-dev += "${libdir}/cmake"
>     --
>     2.1.4
>
>     --
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>
>



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

end of thread, other threads:[~2017-10-10 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-10  6:59 [meta-oe][PATCHv2] rocksdb: add version 5.8 Pascal Bach
2017-10-10  8:53 ` Martin Jansa
2017-10-10 13:20   ` Pascal Bach

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.