mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
bc34c97efc
No particular reason for updating besides following upstream. Only kpartx has been tested after updating! Seems to work as before; unfortunately that means that as in 0.5.0, "kpartx -d" doesn't do anything. Upstream refreshed the COPYING file, hence the checksum change: $ git log --oneline 0.5.0..HEAD COPYING bf05f63 multipath-tools: replace COPYING with a fresh copy from gnu.org 1d6c88a Update FSF address The QA error that do-not-link-libmpathpersist-to-TMPDIR.patch fixes no longer occurs because upstream changed that particular part of the Makefile. A new patch is needed to avoid building libcheckerrdb, which depends on the (currently) unavailable librados. The other patches had to be refreshed. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
32 lines
881 B
Diff
32 lines
881 B
Diff
From 148b848f45957e5e1c0466e8c79c84ba4a0bf241 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Ohly <patrick.ohly@intel.com>
|
|
Date: Fri, 27 Jan 2017 10:35:54 +0100
|
|
Subject: [PATCH] checkers: disable libcheckrbd.so
|
|
|
|
libcheckrbd.so depends on librados, which is not currently available
|
|
as a recipe. These checkers seem to be optional, so for now we merely
|
|
disable compilation of libcheckrbd.so.
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
|
|
---
|
|
libmultipath/checkers/Makefile | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/libmultipath/checkers/Makefile b/libmultipath/checkers/Makefile
|
|
index 11ab76f..c848d50 100644
|
|
--- a/libmultipath/checkers/Makefile
|
|
+++ b/libmultipath/checkers/Makefile
|
|
@@ -14,7 +14,6 @@ LIBS= \
|
|
libcheckemc_clariion.so \
|
|
libcheckhp_sw.so \
|
|
libcheckrdac.so \
|
|
- libcheckrbd.so
|
|
|
|
all: $(LIBS)
|
|
|
|
--
|
|
2.11.0
|
|
|