summaryrefslogtreecommitdiffstats
path: root/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
blob: 6a04cfac599322e7c9dbd54b272ef4e9d05be5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUMMARY = "The utility to manipulate machines owner keys which managed in shim"

LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

DEPENDS += "openssl efivar virtual/crypt"

PV = "0.3.0+git${SRCPV}"

SRC_URI = "\
    git://github.com/lcp/mokutil.git \
"
SRCREV = "e19adc575c1f9d8f08b7fbc594a0887ace63f83f"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

EXTRA_OEMAKE += "\
    EFIVAR_LIBS='-L${STAGING_LIBDIR} -lefivar' \
    OPENSSL_LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' \
"

COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64).*-linux'

FILES_${PN} += "${datadir}/bash-completion/*"

RDEPENDS_${PN} += "openssl efivar"