summaryrefslogtreecommitdiffstats
path: root/package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch
Commit message (Collapse)AuthorAgeFilesLines
* btrfs-progs: adjust install-static patch to install headers under ↵Peter Korsgaard2018-07-021-2/+2
| | | | | | | | | | | | | | | | | $(prefix)/include/btrfs Fixes: http://autobuild.buildroot.net/results/15cc6523a42bf66508b2b37fd1fcb74625561ec2/ btrfs-progs 'make install' installs headers under $(prefix)/include/btrfs, but our patch to also install headers for 'install-static' installed directly into $(prefix)/include, confusing other packages as btrfs-progs headers have very common names such as version, sizes.h, list.h, ioctl.h, .. Fix it by adjusting the patch to also install under $(prefix)/include/btrfs. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* btrfs-progs: bump to version 4.16Baruch Siach2018-04-121-1/+3
| | | | | | | | | | | | | | 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: bump version to 4.10Vicente Olivert Riera2017-03-101-0/+49
Rebase patch for this new release. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud