Re: [edk2-buildtools] [edk2] binary-only modules and [depex] sections

2012-12-03 Thread Andrew Fish
Sounds like a bug to me. Thanks, Andrew On Dec 3, 2012, at 3:00 PM, [email protected] wrote: > Hi all, > I have some binary-only drivers with dependency expressions that are not > being processed. These drivers are not UEFI model drivers. > > I see in WorkspaceDatabase.py: > # If the

[edk2-buildtools] binary-only modules and [depex] sections

2012-12-03 Thread Justin_Johnson1
Hi all, I have some binary-only drivers with dependency expressions that are not being processed. These drivers are not UEFI model drivers. I see in WorkspaceDatabase.py: # If the module has only Binaries and no Sources, then ignore [Depex] if self.Sources == None or self.Sources == []: if se