summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-02-07 13:59:52 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-02-11 14:32:30 +0800
commitd702b19cabadbd1829b2c8c7611bcf5dcfbad7b6 (patch)
tree12b6bcae8e74441e556245fdc42f07e6fca6804e /recipes-support
parent0e27c73c1902c7295b0ccc4b63a1ccafe5990a4b (diff)
downloadmeta-intel-d702b19cabadbd1829b2c8c7611bcf5dcfbad7b6.tar.gz
sbsigntool: upgrade v0.9.2 -> v0.9.3
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/sbsigntool/sbsigntool-native_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb
index 65546c5c..8b42e05b 100644
--- a/recipes-support/sbsigntool/sbsigntool-native_git.bb
+++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb
@@ -24,13 +24,13 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;pr
24 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \ 24 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \
25 " 25 "
26 26
27SRCREV_sbsigntools ?= "216dbd3331a7e14ff79cc4dd68c29896f1152ae4" 27SRCREV_sbsigntools ?= "fe88da5f66241d959b7aeca7502d401ad88df410"
28SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" 28SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5"
29SRCREV_FORMAT = "sbsigntools_ccan" 29SRCREV_FORMAT = "sbsigntools_ccan"
30 30
31DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native" 31DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native"
32 32
33PV = "0.9.2-git${SRCPV}" 33PV = "0.9.3-git${SRCPV}"
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36