summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <zhang.jia@linux.alibaba.com>2018-09-17 23:19:37 -0400
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-09-17 23:21:36 -0400
commit3a7a940160154895797d8587c4bd61a97c0091a0 (patch)
tree2e0e372e110722f25c84c2e7fa7c2f4b3777be9f
parent13fcb2ff56c943d6cc71c702ca1b6a5244cd4397 (diff)
downloadmeta-secure-core-3a7a940160154895797d8587c4bd61a97c0091a0.tar.gz
mokutil: Fix build failure due to missing crypt.h
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-rw-r--r--meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb b/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
index 5f567e2..6a04cfa 100644
--- a/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
+++ b/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "The utility to manipulate machines owner keys which managed in shim"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5 5
6DEPENDS += "openssl efivar" 6DEPENDS += "openssl efivar virtual/crypt"
7 7
8PV = "0.3.0+git${SRCPV}" 8PV = "0.3.0+git${SRCPV}"
9 9