[oe-commits] [meta-openembedded] 50/52: cryptsetup: DEPENDS on libdevmapper instead of lvm2

git at git.openembedded.org git at git.openembedded.org
Tue Apr 18 12:26:49 UTC 2017


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

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

commit 46e894fd9d2bd4306057c23264e85c1b81d45d1a
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Apr 18 17:52:47 2017 +0800

    cryptsetup: DEPENDS on libdevmapper instead of lvm2
    
    When 'cryptsetup' PACKAGECONFIG is enabled for systemd, there would
    be circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'.
    
    To fix this problem, we've separated libdevmapper into a new recipe.
    Let cryptsetup depend on libdevmapper instead of lvm2 to fix the issue.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
index 38470ac..9075127 100644
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb
@@ -9,7 +9,7 @@ SECTION = "console"
 LICENSE = "GPL-2.0-with-OpenSSL-exception"
 LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326"
 
-DEPENDS = "util-linux lvm2 popt libgcrypt"
+DEPENDS = "util-linux libdevmapper popt libgcrypt"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz"
 SRC_URI[md5sum] = "a11a140cea496961222170944db01fc1"

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


More information about the Openembedded-commits mailing list