summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2015-11-16 08:59:50 +0100
committerDavid Schulz <david.schulz@theqtcompany.com>2016-01-13 14:28:55 +0000
commit6f58d7d2708fbdb3ce633e7234cd5f12cdb57c7d (patch)
treede6cd6c7f6fa367506f686af4a53a564951f2106
parentfd3f65c97e4ee5463fd9ef20b5e372425fb3b094 (diff)
downloadmeta-boot2qt-6f58d7d2708fbdb3ce633e7234cd5f12cdb57c7d.tar.gz
Fix dependencies for the host part of the windows sdk.
Change-Id: I6f60a6e9a23e063c16052f2291cca90a0fc34084 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
-rw-r--r--recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb13
1 files changed, 13 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 f64c0ac..96fb10b 100644
--- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
+++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
@@ -33,3 +33,16 @@ RDEPENDS_${PN} = "\
33 ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \ 33 ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \
34 ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ 34 ${MACHINE_EXTRA_INSTALL_SDK_HOST} \
35 " 35 "
36
37RDEPENDS_${PN}_append_mingw32 = "\
38 nativesdk-make \
39 nativesdk-libgcc \
40 nativesdk-libstdc++ \
41 "
42
43RDEPENDS_${PN}_remove_mingw32 = "\
44 nativesdk-wayland \
45 nativesdk-ostree \
46 nativesdk-python-modules \
47 nativesdk-python-misc \
48 "