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
12
pkgs/os-specific/linux/cramfsprogs/include-sysmacros.patch
Normal file
12
pkgs/os-specific/linux/cramfsprogs/include-sysmacros.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/mkcramfs.c b/mkcramfs.c
|
||||
index a2ef018959d..bec83c112d1 100644
|
||||
--- a/mkcramfs.c
|
||||
+++ b/mkcramfs.c
|
||||
@@ -22,6 +22,7 @@
|
||||
* If you change the disk format of cramfs, please update fs/cramfs/README.
|
||||
*/
|
||||
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue