diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-03-27 22:17:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-08 15:49:17 +0100 |
commit | 37b54ce75e82b399d0d7f8c212254d248cbdbbea (patch) | |
tree | 1f8140a4310d0dd5197491ea6e600441c62f5300 /meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch | |
parent | 8e714088296b9edfea628a1265bb5171394e1f87 (diff) | |
download | poky-37b54ce75e82b399d0d7f8c212254d248cbdbbea.tar.gz |
time: fix runtime version from UNKNOWN to 1.9
The runtime version of time is determined by:
build-aux/git-version-gen .tarball-version
But there's no .tarball-version in the tarball. So we add this file
manually with ${PV} as the content if it does not exist.
Note that there's a patch for upstream:
https://lists.gnu.org/archive/html/bug-time/2021-01/msg00000.html
So it's possible that when this time recipe is upgraded to a new
version, we won't need such adjust any more.
Before the fix, time --version:
time (GNU Time) UNKNOWN
After the fix, time --version:
time (GNU Time) 1.9
(From OE-Core rev: 201d1851666d558124226c871754a581cf427530)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch')
0 files changed, 0 insertions, 0 deletions