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

git at git.openembedded.org git at git.openembedded.org
Sat Aug 24 12:21:49 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 70be37fed212d079cd73d3e460e2dc19921e54c0
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Fri Aug 23 18:05:08 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
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 6ebf1e2..ef530ff 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb
@@ -83,6 +83,10 @@ EXTRA_OECONF += "--disable-static-cryptsetup"
 # There's no recipe for libargon2 yet
 EXTRA_OECONF += "--disable-libargon2"
 
+RDEPENDS_${PN} = " \
+    libdevmapper \
+"
+
 FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}"
 
 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