[oe] [PATCH 03/12] mongodb: Fix to work with disabled static libs

Richard Purdie richard.purdie at linuxfoundation.org
Mon Feb 22 11:59:18 UTC 2016


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta-oe/recipes-support/mongodb/mongodb_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index a91240a..6522a67 100644
--- a/meta-oe/recipes-support/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb
@@ -44,6 +44,7 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \
                  --nostrip \
                  ${EXTRA_OECONF} \
                  mongod mongos"
+DISABLE_STATIC = ""
 
 scons_do_compile() {
         ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \
-- 
2.5.0




More information about the Openembedded-devel mailing list