summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2014-11-25 08:53:36 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2014-11-25 14:57:50 +0200
commit9748d97e2eaf1956cda3915eee561cc091986145 (patch)
tree3cea5b4de5720acb86ea2648e52fda304703d793
parent370405d39c2ad957a5a8a7c46c4d009f29144084 (diff)
downloadmeta-boot2qt-9748d97e2eaf1956cda3915eee561cc091986145.tar.gz
Include all python modules to sdk
If the toolchain is added to PATH, the python needs to have enough modules to able to build QtWebEngine. Task-number: QTEE-824 Change-Id: I2c9f977118f70928735eb7663d272364c5fa6754 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-rw-r--r--recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
index 5eeaec1..a4ea74d 100644
--- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
+++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
@@ -29,12 +29,7 @@ require recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
29 29
30RDEPENDS_${PN} = "\ 30RDEPENDS_${PN} = "\
31 python-nativesdk \ 31 python-nativesdk \
32 python-subprocess-nativesdk \ 32 python-modules-nativesdk \
33 python-compiler-nativesdk \ 33 python-misc-nativesdk \
34 python-multiprocessing-nativesdk \
35 python-shell-nativesdk \
36 python-threading-nativesdk \
37 ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ 34 ${MACHINE_EXTRA_INSTALL_SDK_HOST} \
38 " 35 "
39
40