aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mongodb/mongodb_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-04-14 15:04:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 11:24:20 +0200
commit4aa1d4c173f36a7b4c46d11e66c40728a6f276e5 (patch)
tree86c4eebcbcbc00779ee30dc70fad2ef76118a2b7 /meta-oe/recipes-support/mongodb/mongodb_git.bb
parent615f805ca0f322dcbe2659fcd942e4c2dba4c4a3 (diff)
downloadmeta-openembedded-4aa1d4c173f36a7b4c46d11e66c40728a6f276e5.tar.gz
mongodb: update to 2.6
Also fix build on armv5 Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mongodb/mongodb_git.bb')
-rw-r--r--meta-oe/recipes-support/mongodb/mongodb_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index f0fe2402ff..d990da8742 100644
--- a/meta-oe/recipes-support/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb
@@ -9,13 +9,14 @@ DEPENDS_append_x86-64 = " gperftools"
inherit scons
-PV = "2.5.5+git${SRCPV}"
-SRCREV = "588dc81b0822ebb46f80e152b94527a882e6ea5e"
-SRC_URI = "git://github.com/mongodb/mongo.git \
+PV = "2.6.0+git${SRCPV}"
+SRCREV = "be1905c24c7e5ea258e537fbf0d2c502c4fc6de2"
+SRC_URI = "git://github.com/mongodb/mongo.git;branch=v2.6 \
file://0001-Make-it-possible-to-disable-the-use-of-v8.patch \
file://0002-Fix-linking-when-scripting-is-disabled.patch \
file://0003-Do-not-build-mongo-binary-when-scripting-is-disabled.patch \
- file://0001-replace-os.uname-with-os.getenv-TARGET_ARCH.patch \
+ file://0004-replace-os.uname-with-os.getenv-OE_TARGET_ARCH.patch \
+ file://0005-GCC-4.7-supports-atomic-ops-for-armv5-and-up-but-onl.patch \
"
S = "${WORKDIR}/git"