summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch')
-rw-r--r--meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch b/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch
new file mode 100644
index 0000000000..7c003e165b
--- /dev/null
+++ b/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch
@@ -0,0 +1,17 @@
1This script try to call git submodule, since we are downloading
2the tarball it seems in-correct to do this.
3
4Upstream-Status: Inappropriate [OE-Specific]
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6Index: syslinux-6.03/efi/Makefile
7===================================================================
8--- syslinux-6.03.orig/efi/Makefile
9+++ syslinux-6.03/efi/Makefile
10@@ -101,7 +101,6 @@ tidy dist:
11 rm -f *.so *.o wrapper
12 find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \
13 xargs -0r rm -f
14- $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
15
16 clean: tidy
17