summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2024-04-18 09:13:28 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2024-04-18 09:33:06 +0300
commit70fb94936f00a9e405aa7af4ea2783265271002a (patch)
tree5dd96929dc49d042ef8a0002ac99d2b53d426f80
parentf2cd4ef560d85fc4ab9752f60204837cb36a5804 (diff)
Add meta-clang to base/scarthgap
Amends commit f2cd4ef560d85fc4ab9752f60204837cb36a5804. Add meta-clang also to scarthgap to support Qt for Python as dev build is now using scarthgap. Change-Id: I3ce50b18bd28b879077ce0e207afcd50c819fab0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
-rw-r--r--base/scarthgap.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/base/scarthgap.xml b/base/scarthgap.xml
index 3b067d6..be1e58a 100644
--- a/base/scarthgap.xml
+++ b/base/scarthgap.xml
@@ -30,6 +30,15 @@
upstream="scarthgap"
path="sources/meta-openembedded"/>
+ <!-- Clang -->
+ <remote name="kraj"
+ fetch="https://github.com/kraj"/>
+ <project name="meta-clang"
+ remote="kraj"
+ revision="989ff6a4e7db59f01d511727135610006124ead2"
+ upstream="master"
+ path="sources/meta-clang"/>
+
<!-- Boot to Qt -->
<remote name="qt"
fetch="git://code.qt.io/yocto"