From 2f2f52e6889f7b67debbec79c80a57a341ed18d3 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 24 Apr 2017 16:06:42 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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 38470ac2a..907512763 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" -- cgit v1.2.3-54-g00ecf