summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb (renamed from meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb b/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb
index 138f7fc2bc..57ade99a1d 100644
--- a/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb
+++ b/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb
@@ -10,9 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \
10 10
11DEPENDS = "clang" 11DEPENDS = "clang"
12 12
13PV .= "+git" 13SRCREV = "01a091d16b3dedb808db21f32ed3e761737a3691"
14SRCREV = "791e69ea4662cb3e74e8128fd5fd69bd7f4ea6b3" 14SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_22;tag=${PV}"
15SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_21"
16 15
17inherit cmake python3native 16inherit cmake python3native
18 17