summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-11-29 16:21:31 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-11-29 17:30:23 +0000
commit2b55502aad500d70256a6e92bec4d0e1258df482 (patch)
treeb211740f015dc80bfa8b8f47fd743145a7f7ce09 /recipes/gdb
parent95fea5050884c2138bd72bc540f53df48bc14da2 (diff)
downloadmeta-boot2qt-2b55502aad500d70256a6e92bec4d0e1258df482.tar.gz
prebuild-python: get complete python modules package
The prebuild package used by QtCreator did not contain all the necessary python modules needed by gdb. Get complete package from python.org. Also make sure those are located by both python.exe and gdb. We still need the original package to provide all the development files not included in the embeddable zip file. Task-number: QTBUG-64855 Change-Id: I109eea70390560e76a668996dfff5bf03424765b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb-cross-canadian_7.%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gdb/gdb-cross-canadian_7.%.bbappend b/recipes/gdb/gdb-cross-canadian_7.%.bbappend
index a47bca7..4e55e66 100644
--- a/recipes/gdb/gdb-cross-canadian_7.%.bbappend
+++ b/recipes/gdb/gdb-cross-canadian_7.%.bbappend
@@ -52,4 +52,5 @@ EOF
52 52
53do_install_append_sdkmingw32() { 53do_install_append_sdkmingw32() {
54 ln -s ../python35.dll ${D}${bindir}/ 54 ln -s ../python35.dll ${D}${bindir}/
55 ln -s ../python35.zip ${D}${bindir}/
55} 56}