BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1509
On some Linux environment, there may be no distutils.util
library for python3 that will cause build tool crash.
This patch implement distutils.util.split_quoted
in BaseTools so that the Basetools will be independent with
distutils.util library.

Feng, Bob C (3):
  BaseTools: Implement splitquoted function in Build tool
  BaseTools: Implement splitquoted function in UPT
  BaseTools: unit test for splitquoted function

 BaseTools/Source/Python/AutoGen/UniClassObject.py     | 50 
++++++++++++++++++++++++++++++++++++++++++++++----
 BaseTools/Source/Python/UPT/Library/UniClassObject.py | 47 
++++++++++++++++++++++++++++++++++++++++++++---
 BaseTools/Tests/TestStringSplit.py                    | 38 
++++++++++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+), 7 deletions(-)
 create mode 100644 BaseTools/Tests/TestStringSplit.py

-- 
2.20.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to