The crosssdk build is currently broken by its libvcard dependency,
which cannot be met as the recipe is in meta-agl-demo. Since the
cluster demo apps do not use libqtappfw or anything else that uses
libvcard, remove the dependency to fix the SDK build.
Bug-AGL: SPEC-2484
Change-Id: I1de7675dae08bea69b68e07f208f7f3c4bfabd14
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
TOOLCHAIN_HOST_TASK_append = " nativesdk-wayland nativesdk-wayland-dev"
TOOLCHAIN_HOST_TASK_append = " nativesdk-perl-modules "
-
-# Add libvcard to the SDK to support libqtappfw
-TOOLCHAIN_TARGET_TASK += " \
- libvcard-dev \
- libvcard-staticdev \
- "