[oe-commits] [meta-openembedded] 04/07: rocksdb: Disable Werror

git at git.openembedded.org git at git.openembedded.org
Sat Jan 11 16:39:48 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b21b5d3c6fbb32f4c3465199a12b21fa2afbcb33
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Jan 10 22:16:27 2020 -0800

    rocksdb: Disable Werror
    
    Using newer compilers e.g. gcc10/clang10 it spews new warnings so its
    better to disable warning as errors for now
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
index 44a451c..713d5bb 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
@@ -32,6 +32,7 @@ EXTRA_OECMAKE = "\
     -DPORTABLE=ON \
     -DWITH_TESTS=OFF \
     -DWITH_TOOLS=OFF \
+    -DFAIL_ON_WARNINGS=OFF \
 "
 
 do_install_append() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list