uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
19
pkgs/development/libraries/vrb/unused-but-set-variable.patch
Normal file
19
pkgs/development/libraries/vrb/unused-but-set-variable.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
--- a/vrb/src/bin/vbuf.c1 2011-06-13 22:14:24.000000000 +0200
|
||||
+++ b/vrb/src/bin/vbuf.c 2011-06-13 22:14:43.000000000 +0200
|
||||
@@ -426,7 +426,6 @@
|
||||
int opt_progress ;
|
||||
int output_fd ;
|
||||
int poll_time ;
|
||||
- int poll_num ;
|
||||
int poll_write ;
|
||||
int poll_read ;
|
||||
|
||||
@@ -861,7 +860,7 @@
|
||||
poll_time = display_time - get_time_ms();
|
||||
if ( poll_time < 0 ) poll_time = 0;
|
||||
}
|
||||
- poll_num = poll( poll_list, 2, poll_time );
|
||||
+ poll( poll_list, 2, poll_time );
|
||||
|
||||
//-----------------------
|
||||
// Check for poll events.
|
||||
Loading…
Add table
Add a link
Reference in a new issue