mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
Removed patches that are now committed upstream, rebase parallel make patch and add a new patch to remove a script that was calling git during the clean process. (From OE-Core rev: b53e46bece1c4976ba146d9abf41a8a54c584300) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
603 B
Diff
18 lines
603 B
Diff
This script try to call git submodule, since we are downloading
|
|
the tarball it seems in-correct to do this.
|
|
|
|
Upstream-Status: Inappropriate [OE-Specific]
|
|
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
|
Index: syslinux-6.03/efi/Makefile
|
|
===================================================================
|
|
--- syslinux-6.03.orig/efi/Makefile
|
|
+++ syslinux-6.03/efi/Makefile
|
|
@@ -101,7 +101,6 @@ tidy dist:
|
|
rm -f *.so *.o wrapper
|
|
find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \
|
|
xargs -0r rm -f
|
|
- $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
|
|
|
|
clean: tidy
|
|
|