Open FederAndInk opened 4 months ago
https://github.com/openembedded/meta-openembedded/blob/f8342855a440fa5c4194fc57285e8db9e034fcaa/meta-networking/recipes-support/wireshark/wireshark_4.2.6.bb#L45
-DENABLE_STTD=ON should be -DENABLE_ZSTD=ON
-DENABLE_STTD=ON
-DENABLE_ZSTD=ON
- PACKAGECONFIG[zstd] = "-DENABLE_STTD=ON,-DENABLE_ZSTD=OFF, zstd" + PACKAGECONFIG[zstd] = "-DENABLE_ZSTD=ON,-DENABLE_ZSTD=OFF, zstd"
Fixed with merged commit: https://git.openembedded.org/meta-openembedded/commit/?id=15758538ee4de90c146199ef831205f942786c8f
https://github.com/openembedded/meta-openembedded/blob/f8342855a440fa5c4194fc57285e8db9e034fcaa/meta-networking/recipes-support/wireshark/wireshark_4.2.6.bb#L45
-DENABLE_STTD=ON
should be-DENABLE_ZSTD=ON