diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-07 19:40:21 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-21 21:30:56 -0700 |
commit | 6a293d7346de300a943c41a853dd0acb3db05c0c (patch) | |
tree | 1d4e8767f49c8f974bb6431e0771973c6dafb282 | |
parent | af0451d6e302a12f6b26100d8931bf489c3e812f (diff) | |
download | meta-clang-6a293d7346de300a943c41a853dd0acb3db05c0c.tar.gz |
include-what-you-use: Upgrade to 0.23+ release
Use IWYU_RESOURCE_RELATIVE_TO=iwyu
License-Update: Copyright year incremented [1]
[1] https://github.com/include-what-you-use/include-what-you-use/commit/414d6f760caba8068b208d31125409a60930df69
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb (renamed from recipes-devtools/include-what-you-use/include-what-you-use_0.22.bb) | 8 |
1 files changed, 6 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.23.bb index 384e8a5..9ba16b6 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.23.bb | |||
@@ -5,18 +5,22 @@ DESCRIPTION = "For every symbol (type, function, variable, or macro) that you \ | |||
5 | HOMEPAGE = "https://include-what-you-use.org" | 5 | HOMEPAGE = "https://include-what-you-use.org" |
6 | BUGTRACKER = "https://github.com/include-what-you-use/include-what-you-use/issues" | 6 | BUGTRACKER = "https://github.com/include-what-you-use/include-what-you-use/issues" |
7 | LICENSE = "NCSA" | 7 | LICENSE = "NCSA" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=59d01ad98720f3c50d6a8a0ef3108c88 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \ |
9 | file://iwyu-check-license-header.py;md5=7bdb749831163fbe9232b3cb7186116f" | 9 | file://iwyu-check-license-header.py;md5=7bdb749831163fbe9232b3cb7186116f" |
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=master" | 13 | SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=master" |
14 | SRCREV = "0ed29a277505735d90f4d8b15e8a90db8d961853" | 14 | SRCREV = "fa1094c0b3848f82244778bc6153cc84f8a890f6" |
15 | |||
16 | PV .= "+git" | ||
15 | 17 | ||
16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
17 | 19 | ||
18 | inherit cmake python3native | 20 | inherit cmake python3native |
19 | 21 | ||
22 | EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" | ||
23 | |||
20 | FILES:${PN} += "${datadir}/${BPN}" | 24 | FILES:${PN} += "${datadir}/${BPN}" |
21 | 25 | ||
22 | BBCLASSEXTEND = "nativesdk" | 26 | BBCLASSEXTEND = "nativesdk" |