aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-08-30 18:26:10 +0800
committerKhem Raj <raj.khem@gmail.com>2019-08-31 01:24:55 -0700
commit6a5d6bc9ad2c6005a1bafabb2ac6e927370823e1 (patch)
tree20bbd95bc126a138a97549896e8ded55ef457a61 /meta-oe/recipes-crypto
parent7127971a488630207a2098ec3bc44220e7cafbfb (diff)
downloadmeta-openembedded-contrib-6a5d6bc9ad2c6005a1bafabb2ac6e927370823e1.tar.gz
cryptsetup: add libdevmapper to RDEPENDS
Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add it to packages RDEPENDS to fix [file-rdeps] QA issue Set PREFERRED_RPROVIDER_libdevmapper = "lvm2" in layer.conf to explicit RDEPENDS on libdevmapper in cryptsetup Suggested-by : peter.kjellerstedt@axis.com Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb
index 194842ef80..07736711fc 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb
@@ -89,6 +89,4 @@ EXTRA_OECONF += "--disable-libargon2"
FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}"
-INSANE_SKIP_${PN} += "build-deps file-rdeps"
-
BBCLASSEXTEND = "native nativesdk"