summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2025-07-07 22:38:18 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-07-08 12:59:33 +0800
commitda0d9812641676a53f1a4be1b59d6193a7780ccd (patch)
tree107f049ed9195cf408a2474a124280e7656b33eb
parent9d929ecc54fe2cdf0206b3f37a95dc0800955503 (diff)
downloadmeta-intel-da0d9812641676a53f1a4be1b59d6193a7780ccd.tar.gz
slimboot-tools: Update to match S/UNPACKDIR changes
Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-devtools/slimboot/slimboot-tools_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/slimboot/slimboot-tools_git.bb b/recipes-devtools/slimboot/slimboot-tools_git.bb
index 72b3ffe8..15b4254f 100644
--- a/recipes-devtools/slimboot/slimboot-tools_git.bb
+++ b/recipes-devtools/slimboot/slimboot-tools_git.bb
@@ -9,7 +9,6 @@ SRCREV = "a63818df94d3c9d8c04cdca5869ba7cde9fb5a38"
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=ef7fba7be2819ac13aaf5d0f842ce5d9" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=ef7fba7be2819ac13aaf5d0f842ce5d9"
12S = "${WORKDIR}/git"
13 12
14inherit python3native 13inherit python3native
15BBCLASSEXTEND = "native" 14BBCLASSEXTEND = "native"