diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-04-11 07:45:16 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-12 23:04:21 +0200 |
commit | 0a66ec02b24b6035c40087480e9dc29c62d8fc33 (patch) | |
tree | ec993d2c58ca432c9255fdfaa6548f0e63b39b18 /package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch | |
parent | 26794449807648284439c6e03a405418d34f523f (diff) | |
download | buildroot-0a66ec02b24b6035c40087480e9dc29c62d8fc33.tar.gz buildroot-0a66ec02b24b6035c40087480e9dc29c62d8fc33.zip |
btrfs-progs: bump to version 4.16
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>
Diffstat (limited to 'package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch')
-rw-r--r-- | package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch b/package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch index ba65ac4185..1cdedfd984 100644 --- a/package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch +++ b/package/btrfs-progs/0001-Makefile-install-static-library-and-headers-in-insta.patch @@ -16,6 +16,8 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Vincent: Rebase for btrfs-progs 4.10] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> +[baruch: Rebase for btrfs-progs 4.16] +Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) @@ -40,7 +42,7 @@ index 67fbc48..d9e34be 100644 + $(INSTALL) -m755 -d $(DESTDIR)$(libdir) + $(INSTALL) $(libs_static) $(DESTDIR)$(libdir) + $(INSTALL) -m755 -d $(DESTDIR)$(incdir) -+ $(INSTALL) -m644 $(headers) $(DESTDIR)$(incdir) ++ $(INSTALL) -m644 $(libbtrfs_headers) $(DESTDIR)$(incdir) $(INSTALLDIRS): @echo "Making install in $(patsubst install-%,%,$@)" |