diff options
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch b/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch index abaea2cfb..0c5015142 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 949070286692dfff89213792571da233fe82e440 Mon Sep 17 00:00:00 2001 | 1 | From 698361847e6fae321bc277a5fc518b2bd55751b8 Mon Sep 17 00:00:00 2001 |
2 | From: Wang Mingyu <wangmy@cn.fujitsu.com> | 2 | From: Wang Mingyu <wangmy@cn.fujitsu.com> |
3 | Date: Sun, 10 May 2020 21:22:53 +0800 | 3 | Date: Sun, 10 May 2020 21:22:53 +0800 |
4 | Subject: [PATCH 11/12] fix bug of do_compile and do_install | 4 | Subject: [PATCH] fix bug of do_compile and do_install |
5 | 5 | ||
6 | when multiple processes make run in parallel, | 6 | when multiple processes make run in parallel, |
7 | because of dependency error will occur. | 7 | because of dependency error will occur. |
@@ -18,10 +18,10 @@ Upstream-Status: Pending | |||
18 | 1 file changed, 10 insertions(+) | 18 | 1 file changed, 10 insertions(+) |
19 | 19 | ||
20 | diff --git a/Makefile b/Makefile | 20 | diff --git a/Makefile b/Makefile |
21 | index 4df5f161..065249c2 100644 | 21 | index f06f7faa..690dc050 100644 |
22 | --- a/Makefile | 22 | --- a/Makefile |
23 | +++ b/Makefile | 23 | +++ b/Makefile |
24 | @@ -91,6 +91,16 @@ libmpathpersist libmpathvalid multipath multipathd: libmultipath | 24 | @@ -94,6 +94,16 @@ libmpathpersist libmpathvalid multipath multipathd: libmultipath |
25 | libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath | 25 | libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath |
26 | mpathpersist multipathd: libmpathpersist | 26 | mpathpersist multipathd: libmpathpersist |
27 | 27 | ||