summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-05-10 17:19:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-12 08:38:31 +0200
commit768a26ac3566c33b63fb3d08d866fd663eeb833b (patch)
tree95c60c38a64de74b18bd8ef0e3ddd5ab91ca5e78
parent29a640601a8ca6821897279bfbc82f25d7c83db5 (diff)
downloadmeta-openembedded-768a26ac3566c33b63fb3d08d866fd663eeb833b.tar.gz
mongodb: add libpcap dependency
* fixes following issue from test-dependencies report: mongodb/mongodb/latest lost dependency on libpcap Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/mongodb/mongodb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index d990da874..149f582fa 100644
--- a/meta-oe/recipes-support/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb
@@ -3,7 +3,7 @@ LICENSE = "AGPLv3 & Apache-2.0"
3LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \ 3LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \
4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6DEPENDS = "openssl libpcre boost" 6DEPENDS = "openssl libpcre boost libpcap"
7# Mongo uses tcmalloc on x86_64, which is provided by gperftools 7# Mongo uses tcmalloc on x86_64, which is provided by gperftools
8DEPENDS_append_x86-64 = " gperftools" 8DEPENDS_append_x86-64 = " gperftools"
9 9