diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2018-04-07 08:35:42 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-09 11:29:43 +0200 |
commit | 2cf4871808a820e48e265a5c91e6d0c51886e635 (patch) | |
tree | bc4cc6cecb7f1994107a796b9fffe7901521155c /package/cramfs/0003-fix-missing-types.patch | |
parent | 0908b8ecada61454bf8b223777ef4970d74a1370 (diff) | |
download | buildroot-2cf4871808a820e48e265a5c91e6d0c51886e635.tar.gz buildroot-2cf4871808a820e48e265a5c91e6d0c51886e635.zip |
package/cramfs: change to new site location
As of Linux-4.15, cramfs now has a official maintainer again.
Additionally, that person is hosting and maintaining a new version of
cramfs-tools.
Patches 0001-endian.patch and 0003-fix-missing-types.patch are no longer
needed because they have been upstreamed.
However, since patch 0002-cygwin_IO.patch is so old, it is being
removed until someone that needs it can reapply and test it. At
that point, they should submit the changes to the new cramfs-tools
maintainer instead of adding the patches back here.
Please note that cross-endian support for cramfsck is not supported
at this time.
Cc: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/cramfs/0003-fix-missing-types.patch')
-rw-r--r-- | package/cramfs/0003-fix-missing-types.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/cramfs/0003-fix-missing-types.patch b/package/cramfs/0003-fix-missing-types.patch deleted file mode 100644 index 896110011e..0000000000 --- a/package/cramfs/0003-fix-missing-types.patch +++ /dev/null @@ -1,17 +0,0 @@ -mkcramfs; loff_t is guarded by _GNU_SOURCE - -Although already properly done in cramfsck, it was missing in mkcramfs. - -Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> - -diff -durN cramfs-1.1.orig/mkcramfs.c cramfs-1.1/mkcramfs.c ---- cramfs-1.1.orig/mkcramfs.c 2015-08-05 22:31:16.830543096 +0200 -+++ cramfs-1.1/mkcramfs.c 2015-08-05 22:33:33.136289744 +0200 -@@ -22,6 +22,7 @@ - * If you change the disk format of cramfs, please update fs/cramfs/README. - */ - -+#define _GNU_SOURCE - #include <sys/types.h> - #include <stdio.h> - #include <sys/stat.h> |