bin/patch_capabilities.pl
branchRCL_3
changeset 8 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   129                 {
   129                 {
   130                     $newLine =~ s/\.sis/_selfsigned\.sis/i;
   130                     $newLine =~ s/\.sis/_selfsigned\.sis/i;
   131                 }
   131                 }
   132             }
   132             }
   133 
   133 
   134             # Remove all dependencies to other packages to reduce unnecessary error messages
   134             # Remove dependencies to known problem packages (i.e. packages that are likely to be patched, also)
   135             # from depended packages that are also patched and therefore have different UID.
   135             # to reduce unnecessary error messages.
   136             if ($line =~ m/^\(0x[0-9|a-f|A-F]*\).*\{.*\}$/)
   136             if ($line =~ m/^\(0x2002af5f\).*\{.*\}$/)
       
   137             {
       
   138                 $newLine = "\n"
       
   139             }
       
   140             if ($line =~ m/^\(0x2001E61C\).*\{.*\}$/)
   137             {
   141             {
   138                 $newLine = "\n"
   142                 $newLine = "\n"
   139             }
   143             }
   140 
   144 
   141             # Remove manufacturer ifdef
   145             # Remove manufacturer ifdef