Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | btrfs-progs: bump to version 4.16 | Baruch Siach | 2018-04-12 | 1 | -38/+0 |
| | | | | | | | | | | | | | | Drop upstream patch. Add a patch for fixing static build. Add license information about the newly introduced libbtrfsutil. Disable the libbtrfsutil python binding. It does not cross compile nicely. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
* | btrfs-progs: fix build with e2fsprogs 1.44.0 | Baruch Siach | 2018-03-19 | 1 | -0/+38 |
e2fsprogs 1.44.0 renamed a struct field name, breaking the build of code using it. Add a patch suggested upstream to fix that. Fixes: http://autobuild.buildroot.net/results/d6b/d6b5fb377f44d0b6eef96c08e550ec7277a9e3cd/ http://autobuild.buildroot.net/results/651/651518f12b8a98d53cb5402445a476bd2bf32155/ http://autobuild.buildroot.net/results/3c7/3c771455cbc8460fffab6c4dd9835ee4a5776c19/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |