summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/leveldb/leveldb
Commit message (Collapse)AuthorAgeFilesLines
* leveldb: fix checking for SSE flagYi Zhao2018-02-011-2/+3
| | | | | | | | | | | | | | | | | | The build_detect_platform-Check-for-__SSE4_2__.patch tries to use fgrep with pipe to get the SSE flag. But actually it would fail with error: fgrep: /tmp/leveldb_build_detect_platform-cxx.25886: No such file or directory That means it can not get the correct SSE flag. We should make sure the fgrep command runs after g++ command has finished and redirect the stdout and stderr to /dev/null to avoid make error: Makefile:18: *** missing separator. Stop. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit fa211625598c9cc2ef965bf95548d21930622aaa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* leveldb: fix parallel build IIMartin Jansa2017-10-041-8/+7
| | | | | | | | | * I was still able to reproduce the build failure which was supposed to be fixed by this patch. * added comment suggesting to do the same in: https://github.com/google/leveldb/pull/512/commits/6a6541b339b84070f585ffa1a437ef0e2ae22c9c Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Fix parallel buildKhem Raj2017-10-021-0/+35
| | | | | | | Add build parallelism, since we do not use oe_runmake Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Fix build with clangKhem Raj2017-09-182-0/+79
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Update to 1.20Khem Raj2017-06-121-48/+0
| | | | | | | | | package tests into a seprate package package static libs as well Update also fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: import from meta-webos and upgradeMartin Jansa2014-10-041-0/+48
* it's needed for newer qtwebkit-5.4 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>