summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-06-22 09:50:36 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-06-22 13:34:02 +0800
commit84b5cf247024a83ba7a79c1f8c0fe118cca5d26f (patch)
treee46bd5f10566152839a724fe61a30941ff16b3e6
parentbdcf0ec068f1c2146c5e7464eb8fceccdb688377 (diff)
downloadmeta-intel-84b5cf247024a83ba7a79c1f8c0fe118cca5d26f.tar.gz
slimboot-tools: update to latest commit
LICENSE file have re-formatting. So update checksum value. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-devtools/slimboot/slimboot-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/slimboot/slimboot-tools_git.bb b/recipes-devtools/slimboot/slimboot-tools_git.bb
index a51bdece..b65b182d 100644
--- a/recipes-devtools/slimboot/slimboot-tools_git.bb
+++ b/recipes-devtools/slimboot/slimboot-tools_git.bb
@@ -5,10 +5,10 @@ Operating Systems or Hypervisors."
5HOMEPAGE = "https://slimbootloader.github.io/tools/index.html" 5HOMEPAGE = "https://slimbootloader.github.io/tools/index.html"
6 6
7SRC_URI = "git://github.com/slimbootloader/slimbootloader;protocol=https;branch=master" 7SRC_URI = "git://github.com/slimbootloader/slimbootloader;protocol=https;branch=master"
8SRCREV = "9f146afd47e0ca204521826a583d55388850b216" 8SRCREV = "df5bd0bc2a522afcb8945a6797592b04838db753"
9PV = "0.0.0+git${SRCPV}" 9PV = "0.0.0+git${SRCPV}"
10LICENSE = "BSD-2-Clause-Patent" 10LICENSE = "BSD-2-Clause-Patent"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=d1ed89007e7aa232a4dc1c59b6c9efc4" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=ef7fba7be2819ac13aaf5d0f842ce5d9"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit python3native 14inherit python3native