summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-09-20 15:34:56 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-09-22 10:02:34 -0400
commit1bf8c777315120ca9a4a424a35b00af1e841ecf8 (patch)
tree38005da27d0476c9a7b5c4e161bea55dc2af872f
parentb9b7ece0cd52966467035fb71ad9ba472bf24b88 (diff)
downloadmeta-virtualization-1bf8c777315120ca9a4a424a35b00af1e841ecf8.tar.gz
multipath-tools: Drop recipe
A newer version of the recipe is maintained in meta-openembedded/meta-oe. No reason to keep an older version here. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/multipath-tools/multipath-tools_git.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/recipes-extended/multipath-tools/multipath-tools_git.bb b/recipes-extended/multipath-tools/multipath-tools_git.bb
deleted file mode 100644
index 9ba5cd65..00000000
--- a/recipes-extended/multipath-tools/multipath-tools_git.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1SUMMARY = "Tools to Manage Multipathed Devices with the device-mapper"
2DESCRIPTION = "This package provides the tools to manage multipathed devices by \
3instructing the device-mapper multipath module what to do"
4
5HOMEPAGE = "http://christophe.varoqui.free.fr/"
6DEPENDS = "readline libaio lvm2 udev"
7LICENSE = "GPLv2"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=7be2873b6270e45abacc503abbe2aa3d"
10S="${WORKDIR}/git"
11
12
13SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
14
15SRCREV = "d3683ab18b386e9b3b54b59a122c689e9ebdf5cf"
16PV = "0.4.9+gitr${SRCPV}"
17
18inherit autotools-brokensep
19
20EXTRA_OEMAKE="LIB=${libdir} exec_prefix=${exec_prefix} libdir=${libdir}"
21
22PACKAGES =+ "libmpathpersist mpathpersist kpartx libmultipath multipath multipathd libmultipath-dev libmpathpersist-dev"
23
24
25RDEPENDS_${PN} += "libmpathpersist mpathpersist kpartx libmultipath multipath multipathd udev"
26
27do_install_append () {
28 ln -sf libmpathpersist.so.0 ${D}${libdir}/libmpathpersist.so
29 ln -sf libmultipath.so.0 ${D}${libdir}/libmultipath.so
30}
31
32ALLOW_EMPTY_${PN} = "1"
33FILES_${PN} = ""
34
35FILES_libmpathpersist = "${libdir}/libmpathpersist*.so.0"
36FILES_mpathpersist = "${sbindir}/mpathpersist"
37FILES_kpartx = "${sbindir}/kpartx ${base_libdir}/udev/"
38FILES_libmultipath = "${libdir}/libcheck*.so ${libdir}/libpri*.so ${libdir}/libmultipath*.so.0"
39FILES_multipath = "${sbindir}/multipath ${sysconfdir}"
40FILES_multipathd = "${sbindir}/multipathd ${base_libdir}"
41
42#put the symbol link lib in -dev
43FILES_libmultipath-dev = "${libdir}/libmultipath*.so"
44FILES_libmpathpersist-dev = "${libdir}/libmpathpersist*.so"
45
46