mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-07 17:55:45 +01:00
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:
parent
4c24077ae1
commit
2266a8a194
|
|
@ -13,7 +13,7 @@ DEPENDS = " \
|
|||
json-c \
|
||||
libdevmapper \
|
||||
popt \
|
||||
util-linux \
|
||||
util-linux-uuid \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user