diff options
| -rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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..baf3af925d 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,9 @@ do_compile:append:class-target() { | |||
| 71 | sed -i -e "s:** source file.*::g" ${B}/wiretap/busmaster_parser.c | 71 | sed -i -e "s:** source file.*::g" ${B}/wiretap/busmaster_parser.c |
| 72 | sed -i -e "s:** source file.*::g" ${B}/epan/protobuf_lang_parser.c | 72 | sed -i -e "s:** source file.*::g" ${B}/epan/protobuf_lang_parser.c |
| 73 | sed -i -e "s:** source file.*::g" ${B}/epan/dfilter/grammar.c | 73 | sed -i -e "s:** source file.*::g" ${B}/epan/dfilter/grammar.c |
| 74 | test -e ${B}/plugins/epan/mate/mate_grammar.c && \ | 74 | if [ -f "${B}/plugins/epan/mate/mate_grammar.c" ]; then |
| 75 | sed -i -e "s:** source file.*::g" ${B}/plugins/epan/mate/mate_grammar.c | 75 | sed -i -e 's:** source file.*::g' "${B}/plugins/epan/mate/mate_grammar.c" |
| 76 | fi | ||
| 76 | } | 77 | } |
| 77 | 78 | ||
| 78 | do_install:append:class-native() { | 79 | do_install:append:class-native() { |
