From e590456a8f7fef7ac4410bcf8f1e1486848e0243 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 Nov 2023 15:50:35 +0000 Subject: gentoo auto-resync : 01:11:2023 - 15:50:35 --- .../rocm-comgr-5.7.1-correct-license-install-dir.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-5.7.1-correct-license-install-dir.patch (limited to 'dev-libs/rocm-comgr/files/rocm-comgr-5.7.1-correct-license-install-dir.patch') diff --git a/dev-libs/rocm-comgr/files/rocm-comgr-5.7.1-correct-license-install-dir.patch b/dev-libs/rocm-comgr/files/rocm-comgr-5.7.1-correct-license-install-dir.patch new file mode 100644 index 000000000000..8ec2c710d3ad --- /dev/null +++ b/dev-libs/rocm-comgr/files/rocm-comgr-5.7.1-correct-license-install-dir.patch @@ -0,0 +1,16 @@ +Do not install same license for -asan, which avoids QA warning +Upstream issue: https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/issues/61 +=================================================================== +--- comgr.orig/CMakeLists.txt ++++ comgr/CMakeLists.txt +@@ -281,10 +281,6 @@ install(FILES + "NOTICES.txt" + COMPONENT amd-comgr + DESTINATION ${CMAKE_INSTALL_DOCDIR}) +-install(FILES +- "LICENSE.txt" +- COMPONENT asan +- DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan) + + # Generate the install-tree package. + set(AMD_COMGR_PREFIX_CODE " -- cgit v1.2.3