summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2026-03-18 09:32:19 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:34 -0700
commitd875c64da18b804cd65ef8dabfcb3d20b93ccb29 (patch)
tree68a4c635c5042ccc2f262d8f7e40181b04272490
parent0001e284a9dd5d332f99f1003eba2628e7f8758a (diff)
downloadmeta-openembedded-d875c64da18b804cd65ef8dabfcb3d20b93ccb29.tar.gz
wireshark: Add xxhash to DEPENDS
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_4.6.4.bb14
1 files changed, 13 insertions, 1 deletions
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"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce" 5LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce"
6 6
7DEPENDS = "pcre2 expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares speexdsp virtual/libiconv" 7DEPENDS = "\
8 bison-native \
9 c-ares \
10 expat \
11 glib-2.0 \
12 glib-2.0-native \
13 libgcrypt libgpg-error \
14 libxml2 \
15 pcre2 \
16 speexdsp \
17 virtual/libiconv \
18 xxhash \
19"
8 20
9DEPENDS:append:class-target = " wireshark-native chrpath-replacement-native " 21DEPENDS:append:class-target = " wireshark-native chrpath-replacement-native "
10 22