diff mbox series

[master/kirkstone,48/52] ti-llvm3.6: specify SRCREV_FORMAT

Message ID 20220913040246.2365077-49-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:02 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

When multiple SCMs are used, SRCREV_FORMAT is required for sstate to work properly.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
index 31e9ea8c..959b1f4b 100644
--- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
+++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
@@ -45,6 +45,8 @@  SRC_URI = " \
 SRCREV_${LLVM_GIT_NAME} = "${LLVM_GIT_SRCREV}"
 SRCREV_${CLANG_GIT_NAME} = "${CLANG_GIT_SRCREV}"
 
+SRCREV_FORMAT = "${LLVM_GIT_NAME}"
+
 S = "${WORKDIR}/git"
 
 LIBXML2_INC = "`pkg-config libxml-2.0 --cflags`"