summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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