summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-30 06:35:13 +0000
committerKhem Raj <raj.khem@gmail.com>2024-09-02 18:49:02 -0700
commitdda3f8cfa257ab69461176ccafe17ee1daa5d48d (patch)
tree7048395353ae8ca635719f24b3a796b6888934e0
parentdf46a0d8084c69237dda48f30e8298df94d896b7 (diff)
downloadmeta-clang-dda3f8cfa257ab69461176ccafe17ee1daa5d48d.tar.gz
include-what-you-use: Upgrade to tip of trunk
Brings clang-19 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb b/recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb
index c2a4009..384e8a5 100644
--- a/recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb
+++ b/recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=59d01ad98720f3c50d6a8a0ef3108c88 \
10 10
11DEPENDS = "clang" 11DEPENDS = "clang"
12 12
13SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_18" 13SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=master"
14SRCREV = "377eaef70cdda47368939f4d9beabfabe3f628f0" 14SRCREV = "0ed29a277505735d90f4d8b15e8a90db8d961853"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17