summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <[email protected]>2025-06-03 18:51:06 +0200
committerAlexandru Croitor <[email protected]>2025-06-04 14:04:06 +0200
commit081436188784d728f5b46b6cf2259429069c2688 (patch)
tree27a549d7fc3a6b707bbcf779c52b5c74a3febdd8
parent07f81efabf8192c991efacb61cdd867f936751ac (diff)
CMake: Add PURL and CPE info to 3rd party attribution filesHEADdev
[ChangeLog][Third-Party Code] Added PURL and CPE information to the attribution files of 3rd party sources. Pick-to: 6.5 6.8 6.9 6.10 Fixes: QTBUG-137385 Task-number: QTBUG-129602 Change-Id: I0a7351b3767041d962655ac4e4703c1020a48dd4 Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r--src/3rdparty/protocol/ivi/qt_attribution.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/protocol/ivi/qt_attribution.json b/src/3rdparty/protocol/ivi/qt_attribution.json
index 947163f40..fe6c237bd 100644
--- a/src/3rdparty/protocol/ivi/qt_attribution.json
+++ b/src/3rdparty/protocol/ivi/qt_attribution.json
@@ -10,6 +10,10 @@
"Homepage": "https://at.projects.genivi.org/wiki/display/WIE/Wayland+IVI+Extension+Home",
"Version": "1.9.1",
"DownloadLocation": "https://github.com/GENIVI/wayland-ivi-extension/releases/tag/1.9.1",
+ "PURL": [
+ "pkg:github/GENIVI/wayland-ivi-extension@$<VERSION>"
+ ],
+ "Comment": "no relevant CPE found",
"LicenseId": "MIT",
"License": "MIT License",
"LicenseFile": "MIT.txt",