Skip to content

Commit

Permalink
cryptsetup: depend on new util-linux-uuid to break cycle
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
bluca authored and kraj committed Mar 12, 2021
1 parent 4c24077 commit 2266a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DEPENDS = " \
json-c \
libdevmapper \
popt \
util-linux \
util-linux-uuid \
"

RDEPENDS_${PN} = " \
Expand Down

0 comments on commit 2266a8a

Please sign in to comment.