Skip to content

Commit

Permalink
Updated ebuild.sh patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Oct 9, 2018
1 parent 7761419 commit a7b9f53
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions patches/ebuild.patch
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
--- ebuild.sh
+++ ebuild.sh
@@ -801,7 +801,12 @@
@@ -799,8 +799,8 @@
# add github links below to checkout packages
local extDriversDependecies=( 'https://github.com/acidanthera/AptioFixPkg'
'https://github.com/acidanthera/AppleSupportPkg'
+ 'https://github.com/acidanthera/OcSupportPkg'
'https://github.com/CupertinoNet/CupertinoModulePkg'
'https://github.com/CupertinoNet/EfiMiscPkg'
- 'https://github.com/CupertinoNet/EfiPkg')
+ 'https://github.com/CupertinoNet/EfiPkg'
+ ### CLOBBER PATCH START ###
+ #'https://github.com/CupertinoNet/EfiPkg')
+ 'https://github.com/CupertinoNet/EfiPkg'
+ 'https://github.com/acidanthera/OcSupportPkg')
+ ### CLOBBER PATCH END ###
- 'https://github.com/CupertinoNet/EfiMiscPkg'
'https://github.com/CupertinoNet/EfiPkg')
# add below drivers you want to build
local externalDrivers=( AptioFixPkg AppleSupportPkg )

@@ -824,7 +829,10 @@
@@ -824,7 +824,7 @@
local branch=master

case $pkg in
- CupertinoModulePkg | EfiMiscPkg | EfiPkg)
+ ### CLOBBER PATCH START ###
+ #CupertinoModulePkg | EfiMiscPkg | EfiPkg)
+ CupertinoModulePkg | EfiMiscPkg)
+ ### CLOBBER PATCH END ###
+ CupertinoModulePkg)
branch=development
;;
esac

0 comments on commit a7b9f53

Please sign in to comment.