summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch')
-rw-r--r--meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch b/meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch
new file mode 100644
index 000000000..908a5162e
--- /dev/null
+++ b/meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch
@@ -0,0 +1,31 @@
1From 148b848f45957e5e1c0466e8c79c84ba4a0bf241 Mon Sep 17 00:00:00 2001
2From: Patrick Ohly <patrick.ohly@intel.com>
3Date: Fri, 27 Jan 2017 10:35:54 +0100
4Subject: [PATCH] checkers: disable libcheckrbd.so
5
6libcheckrbd.so depends on librados, which is not currently available
7as a recipe. These checkers seem to be optional, so for now we merely
8disable compilation of libcheckrbd.so.
9
10Upstream-Status: Inappropriate [configuration]
11
12Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
13---
14 libmultipath/checkers/Makefile | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/libmultipath/checkers/Makefile b/libmultipath/checkers/Makefile
18index 11ab76f..c848d50 100644
19--- a/libmultipath/checkers/Makefile
20+++ b/libmultipath/checkers/Makefile
21@@ -14,7 +14,6 @@ LIBS= \
22 libcheckemc_clariion.so \
23 libcheckhp_sw.so \
24 libcheckrdac.so \
25- libcheckrbd.so
26
27 all: $(LIBS)
28
29--
302.11.0
31