summaryrefslogtreecommitdiffstats
path: root/recipes-support/sbsigntool/sbsigntool-native_git.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-06-16 13:04:53 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-06-16 13:33:56 +0800
commit4be9abdad504b60f419fe458db7bb576badcba1d (patch)
treed9f8a82a2925cfe110010adca89fef83dead88ad /recipes-support/sbsigntool/sbsigntool-native_git.bb
parent2249cab0209e81bde070e3b839caf85e44d47442 (diff)
downloadmeta-intel-4be9abdad504b60f419fe458db7bb576badcba1d.tar.gz
sbsigntool-native: upgrade to 0.9.5
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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb
index a45a3dea..ba84ff4a 100644
--- a/recipes-support/sbsigntool/sbsigntool-native_git.bb
+++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb
@@ -17,13 +17,13 @@ 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"
20# The original upstream is git://kernel.ubuntu.com/jk/sbsigntool but it has 21# The original upstream is git://kernel.ubuntu.com/jk/sbsigntool but it has
21# not been maintained and many patches have been backported in this repo. 22# not been maintained and many patches have been backported in this repo.
22SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools;branch=master \ 23SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools;branch=master \
23 git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan;branch=master \ 24 git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan;branch=master \
24 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \ 25 file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \
25 file://0002-fix-openssl-3-0.patch \ 26 "
26 "
27 27
28SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826" 28SRCREV_sbsigntools ?= "f12484869c9590682ac3253d583bf59b890bb826"
29SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5" 29SRCREV_ccan ?= "b1f28e17227f2320d07fe052a8a48942fe17caa5"
@@ -31,7 +31,7 @@ SRCREV_FORMAT = "sbsigntools_ccan"
31 31
32DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native" 32DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native"
33 33
34PV = "0.9.4-git${SRCPV}" 34PV = "0.9.5"
35 35
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
37 37