mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
c5560026f6
Dropped 0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch and 0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch which are now merged in the upstream. Refreshed other patches for the new version. Release Note: https://github.com/opensvc/multipath-tools/blob/0.11.3/NEWS.md Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
From edb01d9a3c29d31493a0435ab35e9d438f391267 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] 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 690dc050..b775f949 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -93,6 +93,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 \
|