From: Denys Dmytriyenko <[email protected]> When multiple SCMs are used, SRCREV_FORMAT is required for sstate to work properly.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 ++ 1 file changed, 2 insertions(+) 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`" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14033): https://lists.yoctoproject.org/g/meta-arago/message/14033 Mute This Topic: https://lists.yoctoproject.org/mt/93649135/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
