summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-01-12 21:03:22 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-01-16 06:26:49 +0100
commitbed79f6c0a8a0c2c52f474b286b7b2ac20e6cb40 (patch)
treef5f0502a9d780fa616209eeca8f6f93dc3fe5abf
parentd5de769beaab2cc37a5c99f9dafa2220bb877e91 (diff)
downloadqtapplicationmanager-bed79f6c0a8a0c2c52f474b286b7b2ac20e6cb40.tar.gz
Temporarily unblock the OpenSuSE build
The missing path to the openssl binary needs to be fixed in the OpenSuSE setup template though. Change-Id: I56b5fa67f1d7dc50055574f5873c1d4bae42924a Pick-to: 6.5 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-rw-r--r--coin/module_config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 4896059a..9f323f36 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -35,6 +35,13 @@ instructions:
condition: property
property: target.os
equals_value: QNX
+ - type: PrependToEnvironmentVariable
+ variableName: PATH
+ variableValue: "/home/qt/openssl-3.0.7/bin:"
+ enable_if:
+ condition: property
+ property: target.osVersion
+ equals_value: "openSUSE_15_4"
- type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"