diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-03-07 02:50:59 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-03-07 09:33:45 -0800 |
| commit | c5436f122059edd52b035c146bcc3f9ba09b0103 (patch) | |
| tree | 79b889d8b5fde2592bc7bb4d4d71835519df3617 | |
| parent | 8c345d604f80420e841f769f64aae2b02544c44f (diff) | |
| download | meta-openembedded-c5436f122059edd52b035c146bcc3f9ba09b0103.tar.gz | |
wireshark: upgrade to 3.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_3.0.0.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.6.6.bb) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.6.6.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.0.bb index 4699f67982..d940a45670 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.6.6.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.0.bb | |||
| @@ -4,22 +4,20 @@ SECTION = "net" | |||
| 4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77" |
| 6 | 6 | ||
| 7 | DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native" | 7 | DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native git" |
| 8 | 8 | ||
| 9 | DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native " | 9 | DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native " |
| 10 | 10 | ||
| 11 | SRC_URI = "https://1.as.dl.wireshark.org/src/all-versions/${BP}.tar.xz \ | 11 | SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz" |
| 12 | file://0001-Add-libm-to-link-for-fmod-API.patch \ | ||
| 13 | " | ||
| 14 | 12 | ||
| 15 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" | 13 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" |
| 16 | 14 | ||
| 17 | SRC_URI[md5sum] = "b30ba5b9b48ed2ff91c0ce357d33b46b" | 15 | SRC_URI[md5sum] = "258d62ac7434d126dc497303c8f7961b" |
| 18 | SRC_URI[sha256sum] = "487933ea075bdbb25d8df06017d9c4f49fc20eb7f6ec80af086718ed5550e863" | 16 | SRC_URI[sha256sum] = "bc4f30f5b2e94f3a696fef9de44673cdf402db90aac5299966da647f708f009e" |
| 19 | 17 | ||
| 20 | PE = "1" | 18 | PE = "1" |
| 21 | 19 | ||
| 22 | inherit cmake pkgconfig pythonnative perlnative upstream-version-is-even | 20 | inherit cmake pkgconfig python3native perlnative upstream-version-is-even |
| 23 | 21 | ||
| 24 | ARM_INSTRUCTION_SET = "arm" | 22 | ARM_INSTRUCTION_SET = "arm" |
| 25 | 23 | ||
