summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb (renamed from meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.23.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.23.bb b/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb
index 7c4392fdd1..138f7fc2bc 100644
--- a/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb
+++ b/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb
@@ -10,10 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \
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=master"
14SRCREV = "fa1094c0b3848f82244778bc6153cc84f8a890f6"
15
16PV .= "+git" 13PV .= "+git"
14SRCREV = "791e69ea4662cb3e74e8128fd5fd69bd7f4ea6b3"
15SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_21"
17 16
18inherit cmake python3native 17inherit cmake python3native
19 18