All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lvm2: make lvm2-udevrules depend on lvm2.
@ 2017-06-21 10:36 Ismo Puustinen
  0 siblings, 0 replies; only message in thread
From: Ismo Puustinen @ 2017-06-21 10:36 UTC (permalink / raw)
  To: openembedded-devel

The udev rules use dmsetup, which has been recently moved into lvm2
pacakge.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
---
 meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb b/meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb
index 84881e7..1451ba0 100644
--- a/meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb
+++ b/meta-oe/recipes-support/lvm2/lvm2_2.02.171.bb
@@ -45,6 +45,7 @@ FILES_${PN}-scripts = " \
 # up automatically:
 FILES_${PN}-udevrules = "${nonarch_base_libdir}/udev/rules.d"
 RDEPENDS_${PN}_append_class-target = " libdevmapper"
+RDEPENDS_${PN}-udevrules_append_class-target = " lvm2"
 
 RDEPENDS_${PN}-scripts = "${PN} (= ${EXTENDPKGV}) bash"
 RRECOMMENDS_${PN}_class-target = "${PN}-scripts (= ${EXTENDPKGV})"
-- 
2.9.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-21 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 10:36 [PATCH] lvm2: make lvm2-udevrules depend on lvm2 Ismo Puustinen

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.