From d875c64da18b804cd65ef8dabfcb3d20b93ccb29 Mon Sep 17 00:00:00 2001 From: Jörg Sommer Date: Wed, 18 Mar 2026 09:32:19 +0100 Subject: wireshark: Add xxhash to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, the build of wireshark fails with ERROR: wireshark-1_4.6.3-r0 do_package_qa: QA Issue: /usr/lib/libwsutil.so.17.0.0 contained in package wireshark requires libxxhash.so.0()(64bit), but no providers found in RDEPENDS:wireshark? [file-rdeps] ERROR: wireshark-1_4.6.3-r0 do_package_qa: Fatal QA errors were found, failing task. ERROR: Logfile of failure stored in: /build/tmp/work/core2-64-poky-linux/wireshark/4.6.3/temp/log.do_package_qa.302606 ERROR: Task (/build/../work/layers-3rdparty/openembedded/meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb:do_package_qa) failed with exit code '1' Signed-off-by: Jörg Sommer Signed-off-by: Khem Raj --- .../recipes-support/wireshark/wireshark_4.6.4.bb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.6.4.bb b/meta-networking/recipes-support/wireshark/wireshark_4.6.4.bb index 369adbe8bc..7ecad4eda8 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.6.4.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.6.4.bb @@ -4,7 +4,19 @@ SECTION = "net" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce" -DEPENDS = "pcre2 expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares speexdsp virtual/libiconv" +DEPENDS = "\ + bison-native \ + c-ares \ + expat \ + glib-2.0 \ + glib-2.0-native \ + libgcrypt libgpg-error \ + libxml2 \ + pcre2 \ + speexdsp \ + virtual/libiconv \ + xxhash \ +" DEPENDS:append:class-target = " wireshark-native chrpath-replacement-native " -- cgit v1.2.3-54-g00ecf