diff options
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_1.12.7.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.6.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.6.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.7.bb index 936ad620fa..f8ab3ca8ec 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.6.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.7.bb | |||
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" | |||
6 | 6 | ||
7 | DEPENDS = "perl-native pcre expat glib-2.0 sbc" | 7 | DEPENDS = "perl-native pcre expat glib-2.0 sbc" |
8 | 8 | ||
9 | SRC_URI = "https://2.na.dl.wireshark.org/src/wireshark-${PV}.tar.bz2" | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2" |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "25ad2bc1c2a21396827c238fcff51bf3" | 13 | SRC_URI[md5sum] = "c8ae53f648b1dcbf6e74495401a0f1ab" |
14 | SRC_URI[sha256sum] = "22ac0cc872f12cef9bb2cacfe0720eed8533dc5cea102d21de511620606cb3b6" | 14 | SRC_URI[sha256sum] = "c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
@@ -35,10 +35,12 @@ PACKAGECONFIG[graphics] = "--enable-wireshark, --disable-wireshark," | |||
35 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," | 35 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," |
36 | PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls" | 36 | PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls" |
37 | PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt" | 37 | PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt" |
38 | PACKAGECONFIG[ssl] = "--with-ssl=yes, --with-ssl=no, openssl" | ||
38 | PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5" | 39 | PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5" |
39 | PACKAGECONFIG[lua] = "--with-lua=yes, --with-lua=no, lua" | 40 | PACKAGECONFIG[lua] = "--with-lua=yes, --with-lua=no, lua" |
40 | PACKAGECONFIG[zlib] = "--with-zlib=yes, --with-zlib=no, zlib" | 41 | PACKAGECONFIG[zlib] = "--with-zlib=yes, --with-zlib=no, zlib" |
41 | PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip" | 42 | PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip" |
43 | PACKAGECONFIG[plugins] = "--with-plugins=yes, --with-plugins=no" | ||
42 | 44 | ||
43 | # these next two options require addional layers | 45 | # these next two options require addional layers |
44 | PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns" | 46 | PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns" |