File tree Expand file tree Collapse file tree
recipes/packages/source/qt6-5compat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ package qt6Core5CompatSource:
5858 build:
5959 setCurrentOwningPackageOverride (" qt6Core5CompatSource" )
6060 try :
61+ # Same SBOM disable as siblings (qt6-base / qt6-tools /
62+ # qt6-declarative / qt6-svg). SBOM gen hard-codes the canonical
63+ # Qt-6.8.1 prefix which doesn't match our buildDir/out/usr
64+ # install layout.
6165 let opts = @ [
6266 " BUILD_TESTING=OFF" ,
6367 " CMAKE_BUILD_TYPE=Release" ,
6468 " QT_BUILD_TESTS=OFF" ,
6569 " QT_BUILD_EXAMPLES=OFF" ,
66- # # Same SBOM disable as siblings (qt6-base / qt6-tools /
67- # # qt6-declarative / qt6-svg). SBOM gen hard-codes the
68- # # canonical Qt-6.8.1 prefix which doesn't match our
69- # # buildDir/out/usr install layout.
7070 " QT_GENERATE_SBOM=OFF" ,
7171 ]
7272 let pkg = cmake_package (srcDir = " ./src" , cacheVars = opts)
You can’t perform that action at this time.
0 commit comments