Martin Hundebøll f07381529b scripts: dtc-version: support git version strings too
Building dtc from git causes the version number to start with a 'v'
(e.g. v1.7.0). printf then fails to parse 'v1' as a decimal value, and
prints '000700' instead of '010700'. Subsequently, the build fails,
because '000700' is less than the required '010400' version.

Signed-off-by: Martin Hundebøll <martin@geanix.com>
2023-05-15 14:08:44 -04:00
..
2018-08-03 19:53:54 -04:00
2017-07-06 16:17:19 -04:00
2018-05-23 22:06:41 -04:00
2022-12-23 10:15:13 -05:00