summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2014-07-25 12:33:09 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-01 14:23:45 +0200
commit967f16750a2da18e15749bd8326af7cc43d33c36 (patch)
treea3389166a4ae4860ec7f373ee4d23c8adbd91cb0 /meta-networking/recipes-support
parentabc0dc14b1af3ae51f9852de103eef545570694f (diff)
downloadmeta-openembedded-967f16750a2da18e15749bd8326af7cc43d33c36.tar.gz
wireshark: fix build depends
This should address issues found in test-dependencies 2014-07-25 wireshark/wireshark/latest lost dependency on libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
index 5d6df40cf..b965fdf32 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
3SECTION = "network" 3SECTION = "network"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5 5
6DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi" 6DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9