diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-25 16:40:27 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-26 10:24:12 -0700 |
| commit | f8476aefeba3f1392da9d28ecccf45858c534ccf (patch) | |
| tree | 5061327153105295c18754b28e22c071294dc513 | |
| parent | c9eb02de49458a55bcc8ede1d92fa15e19ef8e6d (diff) | |
| download | meta-openembedded-f8476aefeba3f1392da9d28ecccf45858c534ccf.tar.gz | |
include-what-you-use: Upgrade to 0.26
This works with clang-22
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -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 | ||
| 11 | DEPENDS = "clang" | 11 | DEPENDS = "clang" |
| 12 | 12 | ||
| 13 | PV .= "+git" | 13 | SRCREV = "01a091d16b3dedb808db21f32ed3e761737a3691" |
| 14 | SRCREV = "791e69ea4662cb3e74e8128fd5fd69bd7f4ea6b3" | 14 | SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_22;tag=${PV}" |
| 15 | SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_21" | ||
| 16 | 15 | ||
| 17 | inherit cmake python3native | 16 | inherit cmake python3native |
| 18 | 17 | ||
