[oe-commits] Armin Kuster : wireshark: fix build depends

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 07:36:31 UTC 2014


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

Author: Armin Kuster <akuster at mvista.com>
Date:   Fri Jul 25 12:33:09 2014 -0700

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 at mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5d6df40..b965fdf 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"
 SECTION = "network"
 LICENSE = "GPL-2.0"
 
-DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
+DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
 
 inherit autotools pkgconfig
 



More information about the Openembedded-commits mailing list