diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 11:59:18 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:51 +0100 |
commit | e9be85ebfa06fb90b4e3b86e4051075f0df1de0c (patch) | |
tree | 13316100627484f9bd7cd8d0546228cbcab211c5 | |
parent | 619b7788f6b3e3298c79e0763923ae0e3b859417 (diff) | |
download | meta-openembedded-e9be85ebfa06fb90b4e3b86e4051075f0df1de0c.tar.gz |
mongodb: Fix to work with disabled static libs
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/mongodb/mongodb_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb index a91240a71..6522a671e 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} \ | |||
44 | --nostrip \ | 44 | --nostrip \ |
45 | ${EXTRA_OECONF} \ | 45 | ${EXTRA_OECONF} \ |
46 | mongod mongos" | 46 | mongod mongos" |
47 | DISABLE_STATIC = "" | ||
47 | 48 | ||
48 | scons_do_compile() { | 49 | scons_do_compile() { |
49 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ | 50 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ |