diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/multipath-tools | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb new file mode 100644 index 0000000000..038f4e26df --- /dev/null +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | SUMMARY = "The upstream project used to drive the Device Mapper multipathing driver" | ||
2 | |||
3 | DEPENDS = "lvm2 libaio readline" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7be2873b6270e45abacc503abbe2aa3d" | ||
7 | |||
8 | |||
9 | SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http" | ||
10 | SRCREV = "15fc23ffb2bd1bac6990eda3e23c3e8980e6cfa5" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | PV = "0.4.9+git" | ||
15 | |||
16 | EXTRA_OEMAKE = "MULTIPATH_VERSION=${PV} DESTDIR=${D} syslibdir=${base_libdir} libdir=${base_libdir}/multipath" | ||
17 | |||
18 | do_install() { | ||
19 | oe_runmake install | ||
20 | } | ||
21 | |||
22 | FILES_${PN}-dbg += "${base_libdir}/multipath/.debug" | ||
23 | FILES_${PN} += "${base_libdir}/multipath \ | ||
24 | ${base_libdir}/systemd" | ||
25 | |||
26 | PACKAGES =+ "kpartx" | ||
27 | FILES_kpartx = "${base_sbindir}/kpartx \ | ||
28 | ${base_libdir}/udev/kpartx_id" | ||
29 | |||
30 | RDEPENDS_${PN} += "kpartx" | ||