summaryrefslogtreecommitdiffstats
path: root/recipes-support/sbsigntool/sbsigntool-native_git.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2023-06-19 15:51:00 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-06-19 15:57:15 +0800
commit91a2562fe6a99eac9e9cb637ac0633250fb5d19a (patch)
tree896f09b793d036e2dda0b9339655ead7eae4a8cf /recipes-support/sbsigntool/sbsigntool-native_git.bb
parentbd2c921fc07fb948ae117e54dd5fa2a5fdb9cd13 (diff)
downloadmeta-intel-91a2562fe6a99eac9e9cb637ac0633250fb5d19a.tar.gz
sbsigntool-native: fix SRCREV
An earlier commit introducing the version upgrade didn't update SRCREV correctly. Fix it. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-support/sbsigntool/sbsigntool-native_git.bb')
-rw-r--r--recipes-support/sbsigntool/sbsigntool-native_git.bb3
1 files changed, 1 insertions, 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 \
17 file://lib/ccan.git/ccan/time/LICENSE;md5=838c366f69b72c5df05c96dff79b35f2 \ 17 file://lib/ccan.git/ccan/time/LICENSE;md5=838c366f69b72c5df05c96dff79b35f2 \
18" 18"
19 19
20SRCREV = "9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba"
21# The original upstream is git://kernel.ubuntu.com/jk/sbsigntool but it has 20# The original upstream is git://kernel.ubuntu.com/jk/sbsigntool but it has
22# not been maintained and many patches have been backported in this repo. 21# not been maintained and many patches have been backported in this repo.
23SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools;branch=master \ 22SRC_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
25 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \ 24 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \
26 " 25 "
27 26
28SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826" 27SRCREV_sbsigntools ?= "9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba"
29SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" 28SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5"
30SRCREV_FORMAT = "sbsigntools_ccan" 29SRCREV_FORMAT = "sbsigntools_ccan"
31 30