[oe] [meta-oe][PATCH 0/2] multipath: fix build and update

Patrick Ohly patrick.ohly at intel.com
Fri Jan 27 10:11:20 UTC 2017


I recently started using kpartx from multipath-tools. The build failed
for me when linking shared objects as executables. Changing the order
of compiler parameter avoids that (first patch).

I have a problem where "kpartx -d" does not do anything, so I wanted
to try out the latest upstream. Unfortunately, that has the same
issue. 0.5.0 is fairly old, so it may be worthwhile to update the
recipe just for the sake of it.

However, beware that I have done absolutely no testing of anything
besides kpartx! But as the recipe didn't even build, it's probably
currently unused and further testing can be done once someone starts
using it again.

If you disagree, then please at least merge the compile fix.

Patrick Ohly (2):
  multipath-tools: fix building of shared objects
  multipath-tools: update to 0.6.4

 meta-oe/recipes-support/multipath-tools/files/0001-multipathd.service-Error-fix.patch           | 10 +++++-----
 meta-oe/recipes-support/multipath-tools/files/always-use-libdevmapper-kpartx.patch              | 25 ++++++++++++++++---------
 meta-oe/recipes-support/multipath-tools/files/always-use-libdevmapper.patch                     | 53 +++++++++++++++++++++++++++++++++--------------------
 meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch             | 31 +++++++++++++++++++++++++++++++
 meta-oe/recipes-support/multipath-tools/files/do-not-link-libmpathpersist-to-TMPDIR.patch       | 30 ------------------------------
 meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch                                | 38 +++++++++++++++++++++++++++++---------
 meta-oe/recipes-support/multipath-tools/files/shared-libs-avoid-linking-.so-as-executable.patch | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb                                  | 33 ++++++++-------------------------
 8 files changed, 177 insertions(+), 98 deletions(-)
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch
 delete mode 100644 meta-oe/recipes-support/multipath-tools/files/do-not-link-libmpathpersist-to-TMPDIR.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/shared-libs-avoid-linking-.so-as-executable.patch

base-commit: fa65be9ba7943a68b988b5e1a3a37cda7ac74c37
-- 
git-series 0.9.1



More information about the Openembedded-devel mailing list