[oe-commits] [meta-openembedded] 34/47: lvm2: Add RDEPEND on lvm2 to lvm2-udevrules

git at git.openembedded.org git at git.openembedded.org
Tue Sep 25 16:19:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c6e963f9e078b728911afed38d31ed234a384154
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Fri Sep 21 10:55:17 2018 +0000

    lvm2: Add RDEPEND on lvm2 to lvm2-udevrules
    
    Some of the rules installed as part of lvm2-udevrules need to run dmsetup,
    so add the dependency on lvm2 in order to ensure these can execute
    correctly.
    
    This fixes cryptsetup hanging when creating volumes.
    
    Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/lvm2/lvm2_2.02.180.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.180.bb b/meta-oe/recipes-support/lvm2/lvm2_2.02.180.bb
index 9da0f5e..7bd7b09 100644
--- a/meta-oe/recipes-support/lvm2/lvm2_2.02.180.bb
+++ b/meta-oe/recipes-support/lvm2/lvm2_2.02.180.bb
@@ -50,6 +50,7 @@ FILES_${PN}-scripts = " \
 # Specified explicitly for the udev rules, just in case that it does not get picked
 # up automatically:
 FILES_${PN}-udevrules = "${nonarch_base_libdir}/udev/rules.d"
+RDEPENDS_${PN}-udevrules = "${PN}"
 RDEPENDS_${PN}_append_class-target = " libdevmapper"
 RDEPENDS_${PN}_append_class-nativesdk = " libdevmapper"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list