diff options
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.2.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.0.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb index dca3be6dd1..a5fb7f69b0 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.2.0.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb | |||
@@ -8,8 +8,9 @@ DEPENDS = "pcre expat glib-2.0 sbc" | |||
8 | 8 | ||
9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "c7de0997f74934f25b456846cf75cb81" | 11 | PE = "1" |
12 | SRC_URI[sha256sum] = "a6847e741efcba6cb9d92d464d4219917bee3ad0b8f5b0f80d4388ad2f3f1104" | 12 | SRC_URI[md5sum] = "49a1023a69ac108ca089d750eee50e37" |
13 | SRC_URI[sha256sum] = "900e22af04c8b35e0d02a25a360ab1fb7cfe5ac18fc48a9afd75a7103e569149" | ||
13 | 14 | ||
14 | inherit autotools pkgconfig perlnative | 15 | inherit autotools pkgconfig perlnative |
15 | 16 | ||