summaryrefslogtreecommitdiffstats
path: root/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-04 12:19:57 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-08 12:28:14 +0300
commit583341f6ea2439f58ffcbf4e06070aeb9472ec08 (patch)
tree8872290b2a6f6dd4c63376e54dec20dcb0fcb93d /recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
parent6169682e3706a203538ce7d6d781d87a40b05dfb (diff)
downloadmeta-boot2qt-583341f6ea2439f58ffcbf4e06070aeb9472ec08.tar.gz
Get rid of some of the host tools in toolchain
pkg-config got installed to toolchain, which made qtwebengine build fail, as it tries to use it for host libs. perl and bison are not working correctly from toolchain, they have problems with sdk relocation. Change-Id: I7755f4599ad7c87b60d5bfc66e0a2cf13fec9330 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb')
-rw-r--r--recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
index 971cc01..f64c0ac 100644
--- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
+++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
@@ -27,11 +27,8 @@ LICENSE = "CLOSED"
27inherit nativesdk packagegroup 27inherit nativesdk packagegroup
28 28
29RDEPENDS_${PN} = "\ 29RDEPENDS_${PN} = "\
30 nativesdk-packagegroup-sdk-host \
31 nativesdk-python-modules \ 30 nativesdk-python-modules \
32 nativesdk-python-misc \ 31 nativesdk-python-misc \
33 nativesdk-perl-modules \
34 nativesdk-bison \
35 nativesdk-gperf \ 32 nativesdk-gperf \
36 ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \ 33 ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \
37 ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ 34 ${MACHINE_EXTRA_INSTALL_SDK_HOST} \