aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-11-07 15:35:58 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2023-11-09 12:48:52 +0000
commit27b286ccd0837bd064cb6983ad6e0e14f3062ecc (patch)
tree02711a3bab0d5ecd0770d596f676262a7ccaeb3a /meta-boot2qt
parent64ddac174883616043d7aeaeeb71cadc108f9bcb (diff)
python: fix mingw build of python package
The bin_package class sets INHIBIT_DEFAULT_DEPS which removes dependency to compilers and tools. The packaging, however, is using objdump and hence fails to build the package. Change-Id: I503df16008cbffa748b45910a0158a2a3d31e2a5 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
Diffstat (limited to 'meta-boot2qt')
-rw-r--r--meta-boot2qt/recipes-devtools/python/nativesdk-prebuild-python.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-boot2qt/recipes-devtools/python/nativesdk-prebuild-python.inc b/meta-boot2qt/recipes-devtools/python/nativesdk-prebuild-python.inc
index b13e3dfe..74444a50 100644
--- a/meta-boot2qt/recipes-devtools/python/nativesdk-prebuild-python.inc
+++ b/meta-boot2qt/recipes-devtools/python/nativesdk-prebuild-python.inc
@@ -35,6 +35,9 @@ do_unpack[depends] += "p7zip-native:do_populate_sysroot"
inherit bin_package python3-dir nativesdk
+# Fix dependency to compilers
+BASEDEPENDS:class-nativesdk = "${BASE_DEFAULT_DEPS}"
+
PV = "3.5.2"
S = "${WORKDIR}"