audk/BaseTools/Bin
Michael Kubacki dd1e20b3c2 nasm_ext_dep.yaml: Remove leading zero in patch version
The patch version is currently: "2.15.05"

When a formal semantic version validator is run against this version
it is recognized as being invalid due to the leading zero in the
patch which is not allowed per the Semantic Versioning Specification:

https://semver.org/#spec-item-2

The NuGet Gallery already reports the version without the leading
zero: https://www.nuget.org/packages/mu_nasm/2.15.5

This change simply removes the leading zero to prevent code such as
https://pypi.org/project/semantic-version/ from reporting a version
error.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <mikuback@linux.microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
2022-09-22 19:12:25 +00:00
..
CYGWIN_NT-5.1-i686 BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
Darwin-i386/Arm Adding a python script to enable RVCT 3.1 (ARM ARM compiler) to run in cygwin. The build system passes cygpaths and the Windows tool can not deal with that. The python converts paths to C:\ to make RVCT 3.1 happy. This has been fixed in RVCT 4.0. The ARM processor does not support instructions like divide, so compiler specific intrinsics are required. The .libs are checked in here and referenced from the tools_def.template file, so they are automatically included when the compiler is invoked. The souce to these .lib files will be checkin soon in a new ArmPkg. 2009-08-26 21:08:05 +00:00
gcc_aarch64_linux_ext_dep.yaml BaseTools/Bin: Update GCC ARM compiler version 2022-04-02 02:56:48 +00:00
gcc_arm_linux_ext_dep.yaml BaseTools/Bin: Update GCC ARM compiler version 2022-04-02 02:56:48 +00:00
gcc_riscv64_unknown_ext_dep.yaml BaseTools: Enable RISC-V architecture for RISC-V EDK2 CI. 2020-05-07 03:17:15 +00:00
iasl_ext_dep.yaml BaseTools: update IASL extdep to more modern version 2020-09-16 01:26:08 +00:00
nasm_ext_dep.yaml nasm_ext_dep.yaml: Remove leading zero in patch version 2022-09-22 19:12:25 +00:00