diff options
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb b/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb index e330b99d7f..3da0a7bafc 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb | |||
@@ -9,12 +9,14 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error" | |||
9 | SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz" | 9 | SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz" |
10 | SRC_URI += "file://libgcrypt.patch" | 10 | SRC_URI += "file://libgcrypt.patch" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "2b6f1f37c72fa15a0a1863016a0abcc0" | 12 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" |
13 | SRC_URI[sha256sum] = "b3b2ec29fba0f4a3a590438abe4054e56f19108d440fc2d61492db9d8ff16fd7" | 13 | |
14 | SRC_URI[md5sum] = "8cfb73e286dd6427ca4405e6e802d13e" | ||
15 | SRC_URI[sha256sum] = "8e965fd282bc0c09e7c4eba5f08a555d0ccf40a7d1544b939e01b90bc893d5fe" | ||
14 | 16 | ||
15 | PE = "1" | 17 | PE = "1" |
16 | 18 | ||
17 | inherit autotools pkgconfig perlnative | 19 | inherit autotools pkgconfig perlnative upstream-version-is-even |
18 | 20 | ||
19 | ARM_INSTRUCTION_SET = "arm" | 21 | ARM_INSTRUCTION_SET = "arm" |
20 | 22 | ||