aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-01-20 07:51:19 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-20 18:45:43 +0000
commitb8dfd94b540e61ae99e62e8ca14a36efa03a5581 (patch)
tree7f79849d7eaeffad042277ebd1ab2806d490b3e7
parent3a88a30eaac327e10d7246681faeaed63e673bc3 (diff)
qtbase: fix scripts from libexec dir
Some of the scripts were moved to libexec dir, which must also be patched. Change-Id: I2099f61f8dbdf8d4eed010de146f18146585a40e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit a11e036440fab3060df56ea47d656e66d9eb4c43) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--recipes-qt/qt6/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb
index ce347ad..b0fec0e 100644
--- a/recipes-qt/qt6/qtbase_git.bb
+++ b/recipes-qt/qt6/qtbase_git.bb
@@ -177,6 +177,7 @@ EOF
RELPATH="${@os.path.relpath(d.getVar('bindir'), d.getVar('QT6_INSTALL_BINDIR'))}"
sed -i ${D}${QT6_INSTALL_BINDIR}/* \
+ -i ${D}${QT6_INSTALL_LIBEXECDIR}/* \
-e "s|cmake_path=${RECIPE_SYSROOT_NATIVE}.*cmake|cmake_path=%script_dir_path%/$RELPATH/cmake.exe|" \
-e "s|${RECIPE_SYSROOT_NATIVE}.*cmake|\$script_dir_path/$RELPATH/cmake|"