On 2/6/26 04:27, Yiding Liu (Fujitsu) via lists.openembedded.org wrote:
> There is no mate_grammar.c in new version of wireshark, so remove related sed.
>
> Signed-off-by: Liu Yiding <[email protected]>
> ---
> meta-networking/recipes-support/wireshark/wireshark_4.6.3.bb | 2 --
> 1 file changed, 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..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
Instead of deleting it, could you please convert the test to an "if"?
The file exist when the plugins packageconfig is enabled.
> }
>
> do_install:append:class-native() {
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#124226):
https://lists.openembedded.org/g/openembedded-devel/message/124226
Mute This Topic: https://lists.openembedded.org/mt/117666448/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-