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 <luca.boccassi@microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Luca Boccassi 2021-03-12 18:08:17 +00:00 committed by Khem Raj
parent 4c24077ae1
commit 2266a8a194

View File

@ -13,7 +13,7 @@ DEPENDS = " \
json-c \
libdevmapper \
popt \
util-linux \
util-linux-uuid \
"
RDEPENDS_${PN} = " \