summaryrefslogtreecommitdiffstats
path: root/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb')
-rw-r--r--meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
index c9cc615..c38fa42 100644
--- a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
+++ b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "\
7 file://COPYING;md5=a7710ac18adec371b84a9594ed04fd20 \ 7 file://COPYING;md5=a7710ac18adec371b84a9594ed04fd20 \
8" 8"
9 9
10DEPENDS += "binutils openssl gnu-efi gnu-efi-native" 10DEPENDS += "binutils openssl gnu-efi gnu-efi-native util-linux-libuuid"
11DEPENDS += "binutils-native help2man-native coreutils-native openssl-native util-linux-native" 11DEPENDS += "binutils-native help2man-native coreutils-native openssl-native util-linux-native"
12 12
13SRC_URI = " \ 13SRC_URI = " \
@@ -15,7 +15,8 @@ SRC_URI = " \
15 git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan \ 15 git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan \
16 file://0001-configure-Dont-t-check-for-gnu-efi.patch \ 16 file://0001-configure-Dont-t-check-for-gnu-efi.patch \
17 file://0002-docs-Don-t-build-man-pages.patch \ 17 file://0002-docs-Don-t-build-man-pages.patch \
18 file://0003-sbsign-add-x-option-to-avoid-overwrite-existing-sign.patch \ 18 file://0003-sbsign-add-x-option-to-avoid-overwrite-existing-sign.patch \
19 file://0001-src-Makefile.am-Add-read_write_all.c-to-common_SOURC.patch \
19" 20"
20SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826" 21SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826"
21SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" 22SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5"
@@ -25,7 +26,7 @@ PV = "0.9.2-git${SRCPV}"
25 26
26S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
27 28
28inherit autotools-brokensep pkgconfig native 29inherit autotools-brokensep pkgconfig
29 30
30def efi_arch(d): 31def efi_arch(d):
31 import re 32 import re