mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
abc0dc14b1
commit
967f16750a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user