mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user