aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2014-08-06 15:36:00 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2014-08-06 19:51:59 -0400
commita9636f77ac00bafd1429dc52bdf2f8f2446866f9 (patch)
tree7e22714a10cb332972109575d7361d467612cd87 /meta-networking/recipes-support
parent7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269 (diff)
downloadmeta-openembedded-contrib-a9636f77ac00bafd1429dc52bdf2f8f2446866f9.tar.gz
wireshark: update configuration and epoch
Commit 6d781369 warranted a PE bump but didn't include it. Update it, correct a typo in EXTRA_OECONF and explicitly disable c-ares resolver at the same time. Acked-by: Armin Kuster <akuster@mvista.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb4
1 files changed, 3 insertions, 1 deletions
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 449ac47e5d..13b1f3f52f 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
@@ -23,13 +23,15 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls"
PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
-EXTRA_OECONF = "--with-qt=no --enable-usr-local=no -enable-tshark"
+EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no"
LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
SRC_URI = " \
http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0.tar.bz2 \
"
+PE = "1"
+
SRC_URI[md5sum] = "8dcfe451d8769901129809d2e19c1fb7"
SRC_URI[sha256sum]= "0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7"