From 0a02793adaad319cd2cd09f07b21494fec7d41ae Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Tue, 9 Apr 2019 09:31:23 +0200 Subject: main/git: Drop unneeded busybox tar support patch Since busybox upstream commit d57d62686 ("tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits") busybox tar supports the 'o' flag, making this patch irrelevant for almost 9 years. Lets drop it as there is no use for it. Signed-off-by: Olliver Schinagl --- main/git/bb-tar.patch | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 main/git/bb-tar.patch (limited to 'main/git/bb-tar.patch') diff --git a/main/git/bb-tar.patch b/main/git/bb-tar.patch deleted file mode 100644 index d9433ef122..0000000000 --- a/main/git/bb-tar.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/templates/Makefile Mon Oct 26 02:57:33 2009 -+++ b/templates/Makefile Mon Nov 9 14:56:27 2009 -@@ -63,4 +63,4 @@ - install: all - $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(template_instdir_SQ)' - (cd blt && $(TAR) cf - .) | \ -- (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xof -) -+ (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xf -) -- cgit v1.2.3