Conan: Exclude 'qt_host_path' option from package_id checksum

The 'qt_host_path' should not affect the package_id as it is most
probably completely different in different environment and would make
the CI produced cross compiled binaries unusable by end users.

Change-Id: I91019dacb99a3ee69fadbf3435d37bac0c279330
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit aca9fe0709493a4caf74363aa1d52038903354bf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Iikka Eklund 2021-12-31 08:43:52 +02:00 committed by Qt Cherry-pick Bot
parent 0ebea2c30e
commit 27395f187e

View File

@ -493,6 +493,7 @@ class QtBase(ConanFile):
"qpa",
"translationsdir",
"headersclean",
"qt_host_path",
]
for item in rm_list:
if item in self.info.options: