diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/makerace.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/makerace.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3/makerace.patch b/meta/recipes-devtools/python/python3/makerace.patch index c71c1e15de..c813b3975b 100644 --- a/meta/recipes-devtools/python/python3/makerace.patch +++ b/meta/recipes-devtools/python/python3/makerace.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From dde5cb74f55b6dd39d25cff639d16940d9dad505 Mon Sep 17 00:00:00 2001 | 1 | From c1badb04004c78f376f77f8c41718d51947bf873 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Tue, 13 Jul 2021 23:19:29 +0100 | 3 | Date: Tue, 13 Jul 2021 23:19:29 +0100 |
| 4 | Subject: [PATCH] python3: Fix make race | 4 | Subject: [PATCH] python3: Fix make race |
| @@ -18,13 +18,13 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | |||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 19 | 19 | ||
| 20 | diff --git a/Makefile.pre.in b/Makefile.pre.in | 20 | diff --git a/Makefile.pre.in b/Makefile.pre.in |
| 21 | index c6d7e85..205af6c 100644 | 21 | index fc7ab79..fb0b525 100644 |
| 22 | --- a/Makefile.pre.in | 22 | --- a/Makefile.pre.in |
| 23 | +++ b/Makefile.pre.in | 23 | +++ b/Makefile.pre.in |
| 24 | @@ -2045,7 +2045,7 @@ TESTSUBDIRS= ctypes/test \ | 24 | @@ -2246,7 +2246,7 @@ COMPILEALL_OPTS=-j0 |
| 25 | unittest/test/testmock | ||
| 26 | |||
| 27 | TEST_MODULES=@TEST_MODULES@ | 25 | TEST_MODULES=@TEST_MODULES@ |
| 26 | |||
| 27 | .PHONY: libinstall | ||
| 28 | -libinstall: all $(srcdir)/Modules/xxmodule.c | 28 | -libinstall: all $(srcdir)/Modules/xxmodule.c |
| 29 | +libinstall: all $(srcdir)/Modules/xxmodule.c libainstall | 29 | +libinstall: all $(srcdir)/Modules/xxmodule.c libainstall |
| 30 | @for i in $(SCRIPTDIR) $(LIBDEST); \ | 30 | @for i in $(SCRIPTDIR) $(LIBDEST); \ |
