[oe-commits] Martin Jansa : mongodb: add libpcap dependency

git at git.openembedded.org git at git.openembedded.org
Mon May 12 06:38:09 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat May 10 17:19:32 2014 +0200

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 at gmail.com>

---

 meta-oe/recipes-support/mongodb/mongodb_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index d990da8..149f582 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"
 LIC_FILES_CHKSUM = "file://GNU-AGPL-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788 \
                     file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-DEPENDS = "openssl libpcre boost"
+DEPENDS = "openssl libpcre boost libpcap"
 # Mongo uses tcmalloc on x86_64, which is provided by gperftools
 DEPENDS_append_x86-64 = " gperftools"
 



More information about the Openembedded-commits mailing list