summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark/files/0002-flex-Remove-line-directives.patch
Commit message (Collapse)AuthorAgeFilesLines
* wireshark: update 4.0.10 -> 4.2.0Alexander Kanavin2023-12-311-8/+6
| | | | | | | This resolves python 3.12 issues. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark-src: improve reproducibilityOleksiy Obitotskyy2021-02-171-0/+46
What was done: - add --noline option to flex, --no-line to bison and -l to lemon generators to prevent adding #line directives with absolute path. - eliminate absolute source path in python code generator and use baseline instead. Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>