mokutil: Fix build failure due to missing crypt.h

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
Jia Zhang
2018-09-17 23:19:37 -04:00
parent 13fcb2ff56
commit 3a7a940160

View File

@@ -3,7 +3,7 @@ SUMMARY = "The utility to manipulate machines owner keys which managed in shim"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS += "openssl efivar"
DEPENDS += "openssl efivar virtual/crypt"
PV = "0.3.0+git${SRCPV}"