James Hilliard
51a8edc99c
package/exfatprogs: bump to version 1.0.4
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 15:12:28 +02:00
James Hilliard
fbad745139
package/exfatprogs: bump to version 1.0.3
...
Drop patches that are now upstream.
We don't need to autoreconf since we are using a release tarball.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-05-15 22:07:29 +02:00
Peter Seiderer
25c5aabdfe
package/exfatprogs: fix compile failure missing braces around initializer
...
Add upstream commit to fix host package compile failure.
Fixes:
http://autobuild.buildroot.net/results/d9c5d17de03f5d0316d5f54f9cd579b79d311d03
fsck.c:1213:9: error: missing braces around initializer [-Werror=missing-braces]
struct fsck_user_input ui = {0,};
^
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-05-09 22:41:44 +02:00
Peter Seiderer
b6ff166254
package/exfatprogs: fix compile failure node may be used uninitialized
...
Fixes:
- http://autobuild.buildroot.net/results/5c5/5c5d71fde80a4f2f027085bdb0fae9fb76ab9d32
fsck.c:1062:18: error: 'node' may be used uninitialized in this function [-Werror=maybe-uninitialized]
node->parent = dir;
^
fsck.c:870:22: note: 'node' was declared here
struct exfat_inode *node;
^
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-05-09 22:41:44 +02:00
Peter Seiderer
d6c4c840ab
package/exfatprogs: fix 64-bit types printf compile failure
...
Fixes:
- http://autobuild.buildroot.net/results/a7364a6b3801d7d18c30c7242c6faf19431fddfd
mkfs.c:60:14: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
exfat_debug("Volume Length(sectors) : %llu\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-05-09 22:41:44 +02:00
James Hilliard
c7f03fc17a
package/exfatprogs: add patch fixing missing <sys/types.h>
...
This patch had been merged by upstream but appears to have been
accidentially overwritten with a force push. Let's add back the
rebased version until fixed by upstream.
Fixes:
http://autobuild.buildroot.net/results/667/667409f1d44a3f9be43aaff3f9a3426fe1386de2/build-end.log
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-04-25 22:17:05 +02:00
James Hilliard
9f2035996c
package/exfatprogs: bump to version 1.0.2
...
Drop patch that is now upstream.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-04-24 10:50:27 +02:00
Fabrice Fontaine
f5d2f8bb53
package/exfatprogs: needs wchar
...
exfatprogs unconditionally uses wchar_t in libexfat.h
Fixes:
- http://autobuild.buildroot.org/results/884bbaec2bbbff33c30a0bebda3d95198aa1281c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-04-20 07:45:04 +02:00
James Hilliard
e5bc21559b
package/exfatprogs: new package
...
exFAT filesystem userspace utilities
We need a patch to fix:
error: unknown type name ‘ssize_t’
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-04-19 15:30:20 +02:00