From f8476aefeba3f1392da9d28ecccf45858c534ccf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Mar 2026 16:40:27 -0700 Subject: include-what-you-use: Upgrade to 0.26 This works with clang-22 Signed-off-by: Khem Raj --- .../include-what-you-use_0.25.bb | 23 ---------------------- .../include-what-you-use_0.26.bb | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb create mode 100644 meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb 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.25.bb deleted file mode 100644 index 138f7fc2bc..0000000000 --- a/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.25.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Include What You Use (IWYU) - Clang based checker for C/C++ header includes" -DESCRIPTION = "For every symbol (type, function, variable, or macro) that you \ - use in foo.cc (or foo.cpp), either foo.cc or foo.h should \ - include a .h file that exports the declaration of that symbol." -HOMEPAGE = "https://include-what-you-use.org" -BUGTRACKER = "https://github.com/include-what-you-use/include-what-you-use/issues" -LICENSE = "NCSA" -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \ - file://iwyu-check-license-header.py;md5=7bdb749831163fbe9232b3cb7186116f" - -DEPENDS = "clang" - -PV .= "+git" -SRCREV = "791e69ea4662cb3e74e8128fd5fd69bd7f4ea6b3" -SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_21" - -inherit cmake python3native - -EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" - -FILES:${PN} += "${datadir}/${BPN}" - -BBCLASSEXTEND = "nativesdk" diff --git a/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb b/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb new file mode 100644 index 0000000000..57ade99a1d --- /dev/null +++ b/meta-oe/recipes-devtools/include-what-you-use/include-what-you-use_0.26.bb @@ -0,0 +1,22 @@ +SUMMARY = "Include What You Use (IWYU) - Clang based checker for C/C++ header includes" +DESCRIPTION = "For every symbol (type, function, variable, or macro) that you \ + use in foo.cc (or foo.cpp), either foo.cc or foo.h should \ + include a .h file that exports the declaration of that symbol." +HOMEPAGE = "https://include-what-you-use.org" +BUGTRACKER = "https://github.com/include-what-you-use/include-what-you-use/issues" +LICENSE = "NCSA" +LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \ + file://iwyu-check-license-header.py;md5=7bdb749831163fbe9232b3cb7186116f" + +DEPENDS = "clang" + +SRCREV = "01a091d16b3dedb808db21f32ed3e761737a3691" +SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=clang_22;tag=${PV}" + +inherit cmake python3native + +EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" + +FILES:${PN} += "${datadir}/${BPN}" + +BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf