mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
Drop following patches since already include in 0.9.8: 0031-Always-use-devmapper-for-kpartx.patch 0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch Refresh other patches Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From 7a46f43682641436464579d8bf76c382e71ea557 Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Mon, 25 May 2020 23:22:55 -0700
|
|
Subject: [PATCH 12/12] add explicit dependency on libraries
|
|
|
|
[snip]
|
|
gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist
|
|
collect2: error: ld returned 1 exit status
|
|
Makefile:36: recipe for target 'multipathd' failed
|
|
make[1]: *** [multipathd] Error 1
|
|
make[1]: Leaving directory 'git/multipathd'
|
|
Makefile:29: recipe for target 'multipathd' failed
|
|
make: *** [multipathd] Error 2
|
|
ln -sf libmpathpersist.so.0 libmpathpersist.so
|
|
[snip]
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
[OP: Rebase to 0.9.3]
|
|
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
|
|
---
|
|
Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 065249c2..0444c2ea 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -90,6 +90,7 @@ libmultipath: libmpathutil
|
|
libmpathpersist libmpathvalid multipath multipathd: libmultipath
|
|
libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath
|
|
mpathpersist multipathd: libmpathpersist
|
|
+libmultipath mpathpersist multipath multipathd: libmpathcmd
|
|
|
|
DEPS_ON_MULTIPATH := \
|
|
multipath \
|
|
--
|
|
2.25.1
|
|
|