diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-08-30 18:26:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-31 01:24:55 -0700 |
| commit | 6a5d6bc9ad2c6005a1bafabb2ac6e927370823e1 (patch) | |
| tree | 20bbd95bc126a138a97549896e8ded55ef457a61 /meta-oe/recipes-crypto | |
| parent | 7127971a488630207a2098ec3bc44220e7cafbfb (diff) | |
| download | meta-openembedded-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.bb | 2 |
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" | |||
| 89 | 89 | ||
| 90 | FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}" | 90 | FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}" |
| 91 | 91 | ||
| 92 | INSANE_SKIP_${PN} += "build-deps file-rdeps" | ||
| 93 | |||
| 94 | BBCLASSEXTEND = "native nativesdk" | 92 | BBCLASSEXTEND = "native nativesdk" |
