[oe-commits] Martin Jansa : mongodb: blacklist because do_configure fails

git at git.openembedded.org git at git.openembedded.org
Wed Dec 17 11:56:33 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: d2e228d754e362f42c3da6e042a407e6cb761a50
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d2e228d754e362f42c3da6e042a407e6cb761a50

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec 11 18:09:28 2014 +0100

mongodb: blacklist because do_configure fails

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/mongodb/mongodb_git.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index 2701c4c..879fc7c 100644
--- a/meta-oe/recipes-support/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb
@@ -9,6 +9,13 @@ DEPENDS_append_x86-64 = " gperftools"
 
 inherit scons
 
+# Target 'build/linux2/disable-scripting/ld_arm-oe-linux-gnueabi-g++/ssl/use-system-boost/use-system-pcre/use-system-tcmalloc/mongo/mongod' depends on the availability of a system provided library for 'boost_program_options', but no suitable library was found during configuration.
+# | Target 'build/linux2/disable-scripting/ld_arm-oe-linux-gnueabi-g++/ssl/use-system-boost/use-system-pcre/use-system-tcmalloc/mongo/mongod' depends on the availability of a system provided library for 'boost_program_options', but no suitable library was found during configuration.
+# | scons: *** [build/linux2/disable-scripting/ld_arm-oe-linux-gnueabi-g++/ssl/use-system-boost/use-system-pcre/use-system-tcmalloc/mongo/mongod] Error 1
+# | scons: building terminated because of errors.
+# | ERROR: scons build execution failed.
+PNBLACKLIST[mongodb] ?= "Fails to build with system boost"
+
 PV = "2.6.0+git${SRCPV}"
 SRCREV = "be1905c24c7e5ea258e537fbf0d2c502c4fc6de2"
 SRC_URI = "git://github.com/mongodb/mongo.git;branch=v2.6 \



More information about the Openembedded-commits mailing list