[oe-commits] Roy.Li : wireshark: add libsmi portaudio to PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Sun Aug 24 21:04:10 UTC 2014


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

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Fri Aug 15 13:46:29 2014 +0800

wireshark: add libsmi portaudio to PACKAGECONFIG

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
index 13b1f3f..39a24dc 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
 SECTION = "network"
 LICENSE = "GPL-2.0"
 
-DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
+DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc"
 
 inherit autotools pkgconfig
 
@@ -16,6 +16,8 @@ PACKAGECONFIG ??= "gnutls gcrypt"
 PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "${WHICH_GTK}  graphics", "", d)}"
 PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"
 
+PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi"
+PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19"
 PACKAGECONFIG[gtk2] = "--with-gtk2=yes, --with-gtk2=no, gtk+"
 PACKAGECONFIG[gtk3] = "--with-gtk3=yes, --with-gtk3=no, gtk+3"
 PACKAGECONFIG[graphics] = "--enable-wireshark, --disable-wireshark,"



More information about the Openembedded-commits mailing list