rocksdb: Fix build with gcc8

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj
2018-05-11 20:07:58 -07:00
committed by Armin Kuster
parent ebe6c9570c
commit 1d41179dd0
2 changed files with 197 additions and 1 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ SRCREV = "8969445642039566214d650cc6614849e7dd5e17"
SRCBRANCH = "5.12.fb"
PV = "5.12.2"
SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH}"
SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH} \
file://0001-Fix-GitHub-issue-3716-gcc-8-warnings.patch \
"
S = "${WORKDIR}/git"