mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
syslinux: Update to 6.0.3
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>
This commit is contained in:
committed by
Richard Purdie
parent
31059be977
commit
c4fc5641d3
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user