summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb)16
1 files changed, 7 insertions, 9 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb
index 99ff5d062..32d0ab92c 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb
@@ -6,15 +6,12 @@ LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
6 6
7DEPENDS = "perl-native pcre expat glib-2.0 sbc" 7DEPENDS = "perl-native pcre expat glib-2.0 sbc"
8 8
9SRC_URI = " \ 9SRC_URI = "https://2.na.dl.wireshark.org/src/wireshark-${PV}.tar.bz2"
10 http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \
11 file://Do-not-set-CC_FOR_BUILD-flags.patch \
12"
13 10
14PE = "1" 11PE = "1"
15 12
16SRC_URI[md5sum] = "acfa156fd35cb66c867b1ace992e4b5b" 13SRC_URI[md5sum] = "9ee199dde4f36a3d71f7b81dd6764e93"
17SRC_URI[sha256sum] = "de804e98e252e4b795d28d6ac2d48d7f5aacd9b046ee44d44266983795ebc312" 14SRC_URI[sha256sum] = "d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82"
18 15
19inherit autotools pkgconfig 16inherit autotools pkgconfig
20 17
@@ -23,11 +20,12 @@ ARM_INSTRUCTION_SET = "arm"
23# Works with either gtk+ or gtk3. 20# Works with either gtk+ or gtk3.
24WHICH_GTK = "gtk3" 21WHICH_GTK = "gtk3"
25 22
26PACKAGECONFIG ??= "libcap gnutls libnl" 23PACKAGECONFIG ?= "libpcap gnutls libnl libcap"
27PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "${WHICH_GTK} graphics", "", d)}" 24PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "${WHICH_GTK} graphics", "", d)}"
28PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" 25PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"
29 26
30PACKAGECONFIG[libcap] = "--with-libcap=${STAGING_DIR_HOST}, --with-libcap=no, libcap" 27PACKAGECONFIG[libcap] = "--with-libcap=${STAGING_LIBDIR}, --with-libcap=no --enable-pcap-ng-default , libcap"
28PACKAGECONFIG[libpcap] = "--with-pcap=${STAGING_LIBDIR} --with-pcap-remote, --with-pcap=no --enable-pcap-ng-default , libpcap"
31PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi" 29PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi"
32PACKAGECONFIG[libnl] = "--with-libnl=yes, --with-libnl=no, libnl" 30PACKAGECONFIG[libnl] = "--with-libnl=yes, --with-libnl=no, libnl"
33PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19" 31PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19"
@@ -46,7 +44,7 @@ PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip"
46PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns" 44PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns"
47PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares" 45PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares"
48 46
49EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --with-pcap=no --enable-pcap-ng-default" 47EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --enable-rawshark"
50 48
51do_configure_prepend() { 49do_configure_prepend() {
52 # force to use fallback 50 # force to use fallback