mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
parallel build fix patches are not needed as they are upstream now. Got a new set of debian patch set for 5.14.2 perl-rpdepends: fix the autogenerated rdepends mistakes take out some mdoules which are not going to be built. [Saul Wold: Remove debug] (From OE-Core rev: 8dc5f118832a4aca906239ffed82f72497c37f8e) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
622 B
Diff
16 lines
622 B
Diff
Upstream-Status:Inappropriate [embedded specific]
|
|
|
|
Index: perl-5.14.2/Makefile.SH
|
|
===================================================================
|
|
--- perl-5.14.2.orig/Makefile.SH
|
|
+++ perl-5.14.2/Makefile.SH
|
|
@@ -622,7 +622,7 @@ bitcount.h: generate_uudmap$(HOST_EXE_EX
|
|
$(RUN) ./generate_uudmap$(HOST_EXE_EXT) uudmap.h bitcount.h
|
|
|
|
generate_uudmap$(HOST_EXE_EXT): generate_uudmap$(OBJ_EXT)
|
|
- $(CC) -o generate_uudmap$(EXE_EXT) $(LDFLAGS) generate_uudmap$(OBJ_EXT) $(libs)
|
|
+ $(BUILD_CC) -o generate_uudmap$(EXE_EXT) generate_uudmap.c
|
|
|
|
miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
|
|
$(CCCMD) $(PLDLFLAGS) $*.c
|