| Message ID | 20260206032752.4974-1-liuyd.fnst@fujitsu.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-networking] wireshark: Fix do_package_qa Issue | expand |
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 2cf9693f5c..d06310e41e 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb @@ -71,8 +71,6 @@ do_compile:append:class-target() { sed -i -e "s:** source file.*::g" ${B}/wiretap/busmaster_parser.c sed -i -e "s:** source file.*::g" ${B}/epan/protobuf_lang_parser.c sed -i -e "s:** source file.*::g" ${B}/epan/dfilter/grammar.c - test -e ${B}/plugins/epan/mate/mate_grammar.c && \ - sed -i -e "s:** source file.*::g" ${B}/plugins/epan/mate/mate_grammar.c } do_install:append:class-native() {
There is no mate_grammar.c in new version of wireshark, so remove related sed. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> --- meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb | 2 -- 1 file changed, 2 deletions(-)