[oe-commits] [meta-openembedded] 09/09: cryptsetup: add libdevmapper to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Aug 30 21:06:16 UTC 2019


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

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

commit c3cfc64c6550bf9a720f5b531d069ab4115be50f
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Fri Aug 30 18:26:10 2019 +0800

    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 at axis.com
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/conf/layer.conf                               | 2 ++
 meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 896a5d6..e48fabd 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -33,6 +33,8 @@ LAYERSERIES_COMPAT_openembedded-layer = "thud warrior"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
+PREFERRED_RPROVIDER_libdevmapper = "lvm2"
+
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   mplayer-common \
   fbset-modes \
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 194842e..0773671 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"

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


More information about the Openembedded-commits mailing list