summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-10-05 09:02:00 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-10-05 09:02:00 +0800
commit57b5eca789d86812d44fed9b24a05f4a390b9154 (patch)
tree8c3eacde9cb5b3b8f594f56df3bf9fdb95f32933
parentb077acb2702731db2d77ed31126a5b21af3c1cff (diff)
downloadmeta-intel-57b5eca789d86812d44fed9b24a05f4a390b9154.tar.gz
sbsigntool: upgrade 0.9.3 -> 0.9.4
Upgrade to a commit beyond 0.9.4. Release notes: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/commit/?id=d52f7bbb73401aab8a1d59e8d0d686ad9641035e Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-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 8b42e05b..ce605b73 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 ?= "fe88da5f66241d959b7aeca7502d401ad88df410" 27SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826"
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.3-git${SRCPV}" 33PV = "0.9.4-git${SRCPV}"
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36