wireshark: update to version 2.0.0

restore PE

updated comments:

QT is the new default GUI for the binary 'wireshark'. This mode is currently disabled in the build.  We build with GTK as the default gui so the resulting binary is now wireshark-gtk.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Armin Kuster 2015-11-27 20:15:52 -08:00 committed by Joe MacDonald
parent 3132c6ef09
commit 62bfd1f93f

View File

@ -8,10 +8,10 @@ DEPENDS = "perl-native pcre expat glib-2.0 sbc"
SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2"
PE = "1"
SRC_URI[md5sum] = "5909af2a09a9a3023ba61bc62e787ad2"
SRC_URI[sha256sum] = "90026c761a85701d7783c7e2eaa4c1de247dfbadbd53221df355f121e42691dd"
SRC_URI[md5sum] = "988a4595a4a87dafb3c4870ea40e89b5"
SRC_URI[sha256sum] = "357e0a4e49525d80cdc740bb16539fcdb526ad38cc2ed6cabedafc9bdee5c7e7"
PE = "1"
inherit autotools pkgconfig
@ -55,3 +55,5 @@ do_configure_prepend() {
ALLOW_EMPTY_${PN} = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
FILES_${PN} += "${datadir}*"