diff options
Diffstat (limited to 'meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch')
| -rw-r--r-- | meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch b/meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch index 0b83ca4ae4..6ad8a62c28 100644 --- a/meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch +++ b/meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch | |||
| @@ -13,24 +13,11 @@ Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> | |||
| 13 | tools/ncp2222.py | 2 +- | 13 | tools/ncp2222.py | 2 +- |
| 14 | 2 files changed, 2 insertions(+), 2 deletions(-) | 14 | 2 files changed, 2 insertions(+), 2 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/tools/make-plugin-reg.py b/tools/make-plugin-reg.py | 16 | Index: wireshark-4.0.6/tools/ncp2222.py |
| 17 | index 66b4656..c52b3fc 100755 | 17 | =================================================================== |
| 18 | --- a/tools/make-plugin-reg.py | 18 | --- wireshark-4.0.6.orig/tools/ncp2222.py |
| 19 | +++ b/tools/make-plugin-reg.py | 19 | +++ wireshark-4.0.6/tools/ncp2222.py |
| 20 | @@ -28,7 +28,7 @@ preamble = """\ | 20 | @@ -5891,7 +5891,7 @@ def produce_code(): |
| 21 | * | ||
| 22 | * Generated automatically from %s. | ||
| 23 | */ | ||
| 24 | -""" % (sys.argv[0]) | ||
| 25 | +""" % (os.path.basename(sys.argv[0])) | ||
| 26 | |||
| 27 | # Create the proper list of filenames | ||
| 28 | filenames = [] | ||
| 29 | diff --git a/tools/ncp2222.py b/tools/ncp2222.py | ||
| 30 | index 1dea4ec..dc376e3 100755 | ||
| 31 | --- a/tools/ncp2222.py | ||
| 32 | +++ b/tools/ncp2222.py | ||
| 33 | @@ -5858,7 +5858,7 @@ def produce_code(): | ||
| 34 | 21 | ||
| 35 | print("/*") | 22 | print("/*") |
| 36 | print(" * Do not modify this file. Changes will be overwritten.") | 23 | print(" * Do not modify this file. Changes will be overwritten.") |
| @@ -39,6 +26,3 @@ index 1dea4ec..dc376e3 100755 | |||
| 39 | print(" */\n") | 26 | print(" */\n") |
| 40 | 27 | ||
| 41 | print(""" | 28 | print(""" |
| 42 | -- | ||
| 43 | 2.26.2.Cisco | ||
| 44 | |||
