summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-03-27 15:58:16 +0200
committerAndy Nichols <andy.nichols@digia.com>2014-04-24 13:40:55 +0300
commit9d8cec2395c0e8876630b951a0cbca126aeff715 (patch)
tree5508114bb8249122b684a7b6bc9696e0a092ba6e
parent03be9b83d45659d0d98fa1bf69853e0aa297ed32 (diff)
downloadmeta-boot2qt-9d8cec2395c0e8876630b951a0cbca126aeff715.tar.gz
sdk: include python modules for QtWebEngine support
Some additional python modules are required to build QtWebEngine Task-number: QTEE-443 Change-Id: I47e0d9e8cf1b253e166684b32f2c7141a89749f5 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
index 9c92438..281204c 100644
--- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
+++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
@@ -30,6 +30,10 @@ require recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
30RDEPENDS_${PN} = "\ 30RDEPENDS_${PN} = "\
31 python-nativesdk \ 31 python-nativesdk \
32 python-subprocess-nativesdk \ 32 python-subprocess-nativesdk \
33 python-compiler-nativesdk \
34 python-multiprocessing-nativesdk \
35 python-shell-nativesdk \
36 python-threading-nativesdk \
33 " 37 "
34 38
35 39