diff mbox series

wireshark: Add xxhash to DEPENDS

Message ID 30f605013fdb1c5767889514cdbec44b3ceac45b.1773822738.git.joerg.sommer@navimatix.de
State New
Headers show
Series wireshark: Add xxhash to DEPENDS | expand

Commit Message

Jörg Sommer March 18, 2026, 8:32 a.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

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 <joerg.sommer@navimatix.de>
---
 .../recipes-support/wireshark/wireshark_4.6.3.bb   | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb b/meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb
index baf3af925d..3365a510cb 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_4.6.3.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 "