diff options
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch b/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch index 2f774940d6..f47d8afe4b 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 7a46f43682641436464579d8bf76c382e71ea557 Mon Sep 17 00:00:00 2001 | 1 | From 69ee17207574ca032c3cb46a3db99736de3eedf8 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Mon, 25 May 2020 23:22:55 -0700 | 3 | Date: Mon, 25 May 2020 23:22:55 -0700 |
4 | Subject: [PATCH 12/12] add explicit dependency on libraries | 4 | Subject: [PATCH] add explicit dependency on libraries |
5 | 5 | ||
6 | [snip] | 6 | [snip] |
7 | gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist | 7 | gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist |
@@ -24,10 +24,10 @@ Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | |||
24 | 1 file changed, 1 insertion(+) | 24 | 1 file changed, 1 insertion(+) |
25 | 25 | ||
26 | diff --git a/Makefile b/Makefile | 26 | diff --git a/Makefile b/Makefile |
27 | index 065249c2..0444c2ea 100644 | 27 | index 690dc050..b775f949 100644 |
28 | --- a/Makefile | 28 | --- a/Makefile |
29 | +++ b/Makefile | 29 | +++ b/Makefile |
30 | @@ -90,6 +90,7 @@ libmultipath: libmpathutil | 30 | @@ -93,6 +93,7 @@ libmultipath: libmpathutil |
31 | libmpathpersist libmpathvalid multipath multipathd: libmultipath | 31 | libmpathpersist libmpathvalid multipath multipathd: libmultipath |
32 | libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath | 32 | libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath |
33 | mpathpersist multipathd: libmpathpersist | 33 | mpathpersist multipathd: libmpathpersist |