diff options
author | Gaël PORTAY <gael.portay+rtone@gmail.com> | 2024-10-19 04:21:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 15:25:32 +0100 |
commit | 35722f46e555c6605a759d6f3f07f40646f53e2f (patch) | |
tree | 09169c2cb521eb1b3a6f0a2d82a5234f72018df2 | |
parent | 52e310bf3a19a6cdc10cf7f138142833187f1c86 (diff) | |
download | poky-35722f46e555c6605a759d6f3f07f40646f53e2f.tar.gz |
reproducible: fix typo
This fixes a typo in comment.
(From OE-Core rev: ab861003e819389849889ba2d4e60e40cd7a7ed9)
Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oe/reproducible.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/reproducible.py b/meta/lib/oe/reproducible.py index 1957c97434..cdb38d5aa4 100644 --- a/meta/lib/oe/reproducible.py +++ b/meta/lib/oe/reproducible.py | |||
@@ -47,7 +47,7 @@ import bb | |||
47 | # 2. If there is a git checkout, use the last git commit timestamp. | 47 | # 2. If there is a git checkout, use the last git commit timestamp. |
48 | # Git does not preserve file timestamps on checkout. | 48 | # Git does not preserve file timestamps on checkout. |
49 | # | 49 | # |
50 | # 3. Use the mtime of "known" files such as NEWS, CHANGLELOG, ... | 50 | # 3. Use the mtime of "known" files such as NEWS, CHANGELOG, ... |
51 | # This works for well-kept repositories distributed via tarball. | 51 | # This works for well-kept repositories distributed via tarball. |
52 | # | 52 | # |
53 | # 4. Use the modification time of the youngest file in the source tree, if | 53 | # 4. Use the modification time of the youngest file in the source tree, if |