diff options
-rw-r--r-- | recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb | 4 |
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 | ||
11 | DEPENDS = "clang" | 11 | DEPENDS = "clang" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_18" | 13 | SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=master" |
14 | SRCREV = "377eaef70cdda47368939f4d9beabfabe3f628f0" | 14 | SRCREV = "0ed29a277505735d90f4d8b15e8a90db8d961853" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||