From 91a2562fe6a99eac9e9cb637ac0633250fb5d19a Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 19 Jun 2023 15:51:00 +0800 Subject: [PATCH] sbsigntool-native: fix SRCREV An earlier commit introducing the version upgrade didn't update SRCREV correctly. Fix it. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-support/sbsigntool/sbsigntool-native_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb index ba84ff4a..5a9f5b4d 100644 --- a/recipes-support/sbsigntool/sbsigntool-native_git.bb +++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb @@ -17,7 +17,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=9eef91148a9b14ec7f9df333daebc746 \ file://lib/ccan.git/ccan/time/LICENSE;md5=838c366f69b72c5df05c96dff79b35f2 \ " -SRCREV = "9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba" # The original upstream is git://kernel.ubuntu.com/jk/sbsigntool but it has # not been maintained and many patches have been backported in this repo. SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools;branch=master \ @@ -25,7 +24,7 @@ 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 ?= "f12484869c9590682ac3253d583bf59b890bb826" +SRCREV_sbsigntools ?= "9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba" SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" SRCREV_FORMAT = "sbsigntools_ccan"