From 57ccfc7f79495df57f5d7d3289ed27628df0625d Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 10 Feb 2021 22:22:40 +0100 Subject: [PATCH] wireshark: update to 3.4.3 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../wireshark/{wireshark_3.2.10.bb => wireshark_3.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_3.2.10.bb => wireshark_3.4.3.bb} (95%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.2.10.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.3.bb similarity index 95% rename from meta-networking/recipes-support/wireshark/wireshark_3.2.10.bb rename to meta-networking/recipes-support/wireshark/wireshark_3.4.3.bb index d284824149..1c470d8bc6 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.2.10.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.3.bb @@ -4,7 +4,7 @@ SECTION = "net" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77" -DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native" +DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares" DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native " @@ -12,7 +12,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" -SRC_URI[sha256sum] = "1e9e239f2449f240a7910ed598084ccaf8ea308b2b46b196c5adbec59612226c" +SRC_URI[sha256sum] = "f467cc77f0fc73fce0b854cdbc292f132d4879fca69d417eccad5f967fbf262b" PE = "1"