diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-04-24 16:06:42 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-26 20:13:32 +0200 |
commit | 2f2f52e6889f7b67debbec79c80a57a341ed18d3 (patch) | |
tree | c452fccaa8baf3674222318bc7c6bfc02e442a3b /meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | |
parent | 7f17da154372b5ec33947766783444961e8aa67c (diff) | |
download | meta-openembedded-2f2f52e6889f7b67debbec79c80a57a341ed18d3.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb')
-rw-r--r-- | meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
9 | LICENSE = "GPL-2.0-with-OpenSSL-exception" | 9 | LICENSE = "GPL-2.0-with-OpenSSL-exception" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" |
11 | 11 | ||
12 | DEPENDS = "util-linux lvm2 popt libgcrypt" | 12 | DEPENDS = "util-linux libdevmapper popt libgcrypt" |
13 | 13 | ||
14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz" | 14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz" |
15 | SRC_URI[md5sum] = "a11a140cea496961222170944db01fc1" | 15 | SRC_URI[md5sum] = "a11a140cea496961222170944db01fc1" |