From 57b5eca789d86812d44fed9b24a05f4a390b9154 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 5 Oct 2020 09:02:00 +0800 Subject: 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 --- recipes-support/sbsigntool/sbsigntool-native_git.bb | 4 ++-- 1 file 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 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \ " -SRCREV_sbsigntools ?= "fe88da5f66241d959b7aeca7502d401ad88df410" +SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826" SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" SRCREV_FORMAT = "sbsigntools_ccan" DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native" -PV = "0.9.3-git${SRCPV}" +PV = "0.9.4-git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf