diff options
| -rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb) | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb index 39a24dc786..71cc0823a0 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb | |||
| @@ -2,9 +2,19 @@ DESCRIPTION = "wireshark - a popular network protocol analyzer" | |||
| 2 | HOMEPAGE = "http://www.wireshark.org" | 2 | HOMEPAGE = "http://www.wireshark.org" |
| 3 | SECTION = "network" | 3 | SECTION = "network" |
| 4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" | ||
| 5 | 6 | ||
| 6 | DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc" | 7 | DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc" |
| 7 | 8 | ||
| 9 | SRC_URI = " \ | ||
| 10 | http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PE = "1" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "14b3e3d8979d1eb27ff085bb5f400e67" | ||
| 16 | SRC_URI[sha256sum]= "82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b" | ||
| 17 | |||
| 8 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 9 | 19 | ||
| 10 | ARM_INSTRUCTION_SET = "arm" | 20 | ARM_INSTRUCTION_SET = "arm" |
| @@ -27,16 +37,6 @@ PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt" | |||
| 27 | 37 | ||
| 28 | EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no" | 38 | EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no" |
| 29 | 39 | ||
| 30 | LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" | ||
| 31 | SRC_URI = " \ | ||
| 32 | http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0.tar.bz2 \ | ||
| 33 | " | ||
| 34 | |||
| 35 | PE = "1" | ||
| 36 | |||
| 37 | SRC_URI[md5sum] = "8dcfe451d8769901129809d2e19c1fb7" | ||
| 38 | SRC_URI[sha256sum]= "0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7" | ||
| 39 | |||
| 40 | do_configure_prepend() { | 40 | do_configure_prepend() { |
| 41 | # force to use fallback | 41 | # force to use fallback |
| 42 | sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags | 42 | sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags |
| @@ -44,4 +44,3 @@ do_configure_prepend() { | |||
| 44 | 44 | ||
| 45 | ALLOW_EMPTY_${PN} = "1" | 45 | ALLOW_EMPTY_${PN} = "1" |
| 46 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 46 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 47 | |||
