summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mongodb
Commit message (Collapse)AuthorAgeFilesLines
* mongodb: Fix to work with disabled static libsRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklistSven Ebenfeld2016-02-157-344/+105
| | | | | | | | | | | Since building mongodb was impossible currently, I updated the recipe and got it working on arm >= v6, x86 and x86_64. Unfortunately, it fails building with system-boost for the current version 1.60. The corresponding ticket SERVER-17294 of mongodb jira is still in progress. So we use the built-in version of boost. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: blacklist because do_configure failsMartin Jansa2014-12-171-0/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: update LICENSE AGPLv3 -> AGPL-3.0Martin Jansa2014-05-121-1/+1
| | | | | | | * to fix: WARNING: mongodb: No generic license file exists for: AGPLv3 in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: add libpcap dependencyMartin Jansa2014-05-121-1/+1
| | | | | | | * fixes following issue from test-dependencies report: mongodb/mongodb/latest lost dependency on libpcap Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: update to 2.6Koen Kooi2014-04-206-34/+163
| | | | | | | Also fix build on armv5 Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: add git versionKoen Kooi2014-02-185-0/+226
This builds the server and the sharding helper, but not the CLI. The CLI will need a libv8 recipe since fixing the built-in copy to cross build is too much work. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>