diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-11 18:09:28 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-17 12:56:21 +0100 |
commit | d2e228d754e362f42c3da6e042a407e6cb761a50 (patch) | |
tree | d1277da3eb9ffaf4822d248faef9f041ecd8bc46 | |
parent | 196c1cc2f7b34fcd6ec32a52f655d68db4506c52 (diff) | |
download | meta-openembedded-d2e228d754e362f42c3da6e042a407e6cb761a50.tar.gz |
mongodb: blacklist because do_configure fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/mongodb/mongodb_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb index 2701c4cfc..879fc7c9e 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" | |||
9 | 9 | ||
10 | inherit scons | 10 | inherit scons |
11 | 11 | ||
12 | # 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. | ||
13 | # | 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. | ||
14 | # | 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 | ||
15 | # | scons: building terminated because of errors. | ||
16 | # | ERROR: scons build execution failed. | ||
17 | PNBLACKLIST[mongodb] ?= "Fails to build with system boost" | ||
18 | |||
12 | PV = "2.6.0+git${SRCPV}" | 19 | PV = "2.6.0+git${SRCPV}" |
13 | SRCREV = "be1905c24c7e5ea258e537fbf0d2c502c4fc6de2" | 20 | SRCREV = "be1905c24c7e5ea258e537fbf0d2c502c4fc6de2" |
14 | SRC_URI = "git://github.com/mongodb/mongo.git;branch=v2.6 \ | 21 | SRC_URI = "git://github.com/mongodb/mongo.git;branch=v2.6 \ |