diff options
author | Armin Kuster <akuster@mvista.com> | 2014-07-25 12:33:09 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-01 14:23:45 +0200 |
commit | 967f16750a2da18e15749bd8326af7cc43d33c36 (patch) | |
tree | a3389166a4ae4860ec7f373ee4d23c8adbd91cb0 /meta-networking/recipes-support | |
parent | abc0dc14b1af3ae51f9852de103eef545570694f (diff) | |
download | meta-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.bb | 2 |
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" | |||
3 | SECTION = "network" | 3 | SECTION = "network" |
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
5 | 5 | ||
6 | DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi" | 6 | DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||