|
From: <js...@us...> - 2011-12-15 02:48:32
|
Revision: 2470
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2470&view=rev
Author: jsu1
Date: 2011-12-15 02:48:25 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Update UPT to fix the issue that creating distribution twice will get different entry sequence in xml for INF binaries section
Reviewed-by: gikidy
Signed-off-by: jsu1
Modified Paths:
--------------
trunk/BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignment.py
Modified: trunk/BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignment.py
===================================================================
--- trunk/BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignment.py 2011-12-14 09:00:33 UTC (rev 2469)
+++ trunk/BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignment.py 2011-12-15 02:48:25 UTC (rev 2470)
@@ -750,7 +750,6 @@
BinaryObj = self.Parser.InfBinariesSection.GetBinary()
BinaryData = BinaryObj.keys()
- BinaryData.sort()
#
# If the INF file does not contain a [Sources] section, and the INF file does contain a [Binaries] section,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|