From 2266a8a19440d66dd59823df2e0bb8249e6c4eb4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 12 Mar 2021 18:08:17 +0000 Subject: cryptsetup: depend on new util-linux-uuid to break cycle The util-linux recipe in Poky has been split, and libuuid is separate now: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d42487bf52310d095178e480b7ddec2666471009 This allows to build util-linux with cryptsetup, for native dm-verity support. The main cryptsetup build needs libuuid and not the full util-linux, so switch the build-dependency over, thus allowing users to enable the cryptsetup util-linux's PACKAGECONFIG. The libblkid dependency is handled individually by the crypsetup's PACKAGECONFIG option. Signed-off-by: Luca Boccassi Signed-off-by: Khem Raj --- meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.4.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.4.bb index b9a6b71793..f53bd8523b 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.4.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.4.bb @@ -13,7 +13,7 @@ DEPENDS = " \ json-c \ libdevmapper \ popt \ - util-linux \ + util-linux-uuid \ " RDEPENDS_${PN} = " \ -- cgit v1.2.3-54-g00ecf