[oe-commits] [meta-openembedded] 09/58: rocksdb: update to 5.12.2

git at git.openembedded.org git at git.openembedded.org
Sun May 6 20:01:47 UTC 2018


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

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

commit fa63bf37da11807821da5762e67efac7819fd6b5
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Thu Apr 12 17:40:18 2018 +0200

    rocksdb: update to 5.12.2
    
    Also remove the +gitSRCPV suffix from the version.
    This is an official release and the version should be enough,
    it adds only clutter.
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
---
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
index 9b19c1a..1e6cbae 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
@@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.Apache;md5=3b83ef96387f14655fc854ddc3c6bd57 \
                     file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://LICENSE.leveldb;md5=fb04ff57a14f308f2eed4a9b87d45837"
 
-SRCREV = "266ac245affd69555643b735d19d3715c4eff91a"
-PV = "5.8+git${SRCPV}"
+SRCREV = "8969445642039566214d650cc6614849e7dd5e17"
+SRCBRANCH = "5.12.fb"
+PV = "5.12.2"
 
-SRC_URI = "git://github.com/facebook/${BPN}.git"
+SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
 

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


More information about the Openembedded-commits mailing list