All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: Drop recipe
@ 2016-09-20 13:34 Adrian Dudau
  2016-09-22 14:04 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Dudau @ 2016-09-20 13:34 UTC (permalink / raw)
  To: meta-virtualization

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>
---
 .../multipath-tools/multipath-tools_git.bb         | 46 ----------------------
 1 file changed, 46 deletions(-)
 delete mode 100644 recipes-extended/multipath-tools/multipath-tools_git.bb

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 9ba5cd6..0000000
--- a/recipes-extended/multipath-tools/multipath-tools_git.bb
+++ /dev/null
@@ -1,46 +0,0 @@
-SUMMARY = "Tools to Manage Multipathed Devices with the device-mapper"
-DESCRIPTION = "This package provides the tools to manage multipathed devices by \
-instructing the device-mapper multipath module what to do"
-
-HOMEPAGE = "http://christophe.varoqui.free.fr/"
-DEPENDS = "readline libaio lvm2 udev"
-LICENSE = "GPLv2"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=7be2873b6270e45abacc503abbe2aa3d"
-S="${WORKDIR}/git"
-
-
-SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
-
-SRCREV = "d3683ab18b386e9b3b54b59a122c689e9ebdf5cf"
-PV = "0.4.9+gitr${SRCPV}"
-
-inherit autotools-brokensep
-
-EXTRA_OEMAKE="LIB=${libdir} exec_prefix=${exec_prefix} libdir=${libdir}"
-
-PACKAGES =+ "libmpathpersist mpathpersist kpartx libmultipath multipath multipathd libmultipath-dev libmpathpersist-dev"
-
-
-RDEPENDS_${PN} += "libmpathpersist mpathpersist kpartx libmultipath multipath multipathd udev"
-
-do_install_append () {
-	ln -sf libmpathpersist.so.0 ${D}${libdir}/libmpathpersist.so
-	ln -sf libmultipath.so.0 ${D}${libdir}/libmultipath.so
-}
-
-ALLOW_EMPTY_${PN} = "1"
-FILES_${PN}     = ""
-
-FILES_libmpathpersist = "${libdir}/libmpathpersist*.so.0"
-FILES_mpathpersist = "${sbindir}/mpathpersist"
-FILES_kpartx = "${sbindir}/kpartx ${base_libdir}/udev/"
-FILES_libmultipath = "${libdir}/libcheck*.so ${libdir}/libpri*.so ${libdir}/libmultipath*.so.0"
-FILES_multipath = "${sbindir}/multipath ${sysconfdir}"
-FILES_multipathd = "${sbindir}/multipathd ${base_libdir}"
-
-#put the symbol link lib in -dev 
-FILES_libmultipath-dev = "${libdir}/libmultipath*.so"
-FILES_libmpathpersist-dev = "${libdir}/libmpathpersist*.so"
-
-
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] multipath-tools: Drop recipe
  2016-09-20 13:34 [PATCH] multipath-tools: Drop recipe Adrian Dudau
@ 2016-09-22 14:04 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2016-09-22 14:04 UTC (permalink / raw)
  To: Adrian Dudau; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2900 bytes --]

merged.

Bruce

On Tue, Sep 20, 2016 at 9:34 AM, Adrian Dudau <adrian.dudau@enea.com> wrote:

> 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>
> ---
>  .../multipath-tools/multipath-tools_git.bb         | 46
> ----------------------
>  1 file changed, 46 deletions(-)
>  delete mode 100644 recipes-extended/multipath-tools/
> multipath-tools_git.bb
>
> 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 9ba5cd6..0000000
> --- a/recipes-extended/multipath-tools/multipath-tools_git.bb
> +++ /dev/null
> @@ -1,46 +0,0 @@
> -SUMMARY = "Tools to Manage Multipathed Devices with the device-mapper"
> -DESCRIPTION = "This package provides the tools to manage multipathed
> devices by \
> -instructing the device-mapper multipath module what to do"
> -
> -HOMEPAGE = "http://christophe.varoqui.free.fr/"
> -DEPENDS = "readline libaio lvm2 udev"
> -LICENSE = "GPLv2"
> -
> -LIC_FILES_CHKSUM = "file://COPYING;md5=7be2873b6270e45abacc503abbe2aa3d"
> -S="${WORKDIR}/git"
> -
> -
> -SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
> -
> -SRCREV = "d3683ab18b386e9b3b54b59a122c689e9ebdf5cf"
> -PV = "0.4.9+gitr${SRCPV}"
> -
> -inherit autotools-brokensep
> -
> -EXTRA_OEMAKE="LIB=${libdir} exec_prefix=${exec_prefix} libdir=${libdir}"
> -
> -PACKAGES =+ "libmpathpersist mpathpersist kpartx libmultipath multipath
> multipathd libmultipath-dev libmpathpersist-dev"
> -
> -
> -RDEPENDS_${PN} += "libmpathpersist mpathpersist kpartx libmultipath
> multipath multipathd udev"
> -
> -do_install_append () {
> -       ln -sf libmpathpersist.so.0 ${D}${libdir}/libmpathpersist.so
> -       ln -sf libmultipath.so.0 ${D}${libdir}/libmultipath.so
> -}
> -
> -ALLOW_EMPTY_${PN} = "1"
> -FILES_${PN}     = ""
> -
> -FILES_libmpathpersist = "${libdir}/libmpathpersist*.so.0"
> -FILES_mpathpersist = "${sbindir}/mpathpersist"
> -FILES_kpartx = "${sbindir}/kpartx ${base_libdir}/udev/"
> -FILES_libmultipath = "${libdir}/libcheck*.so ${libdir}/libpri*.so
> ${libdir}/libmultipath*.so.0"
> -FILES_multipath = "${sbindir}/multipath ${sysconfdir}"
> -FILES_multipathd = "${sbindir}/multipathd ${base_libdir}"
> -
> -#put the symbol link lib in -dev
> -FILES_libmultipath-dev = "${libdir}/libmultipath*.so"
> -FILES_libmpathpersist-dev = "${libdir}/libmpathpersist*.so"
> -
> -
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 4607 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-22 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20 13:34 [PATCH] multipath-tools: Drop recipe Adrian Dudau
2016-09-22 14:04 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.