aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-06-06 16:54:06 -0400
committerScott Murray <scott.murray@konsulko.com>2019-06-06 16:54:06 -0400
commit3b26309f684fa894e2eb7cbcc1254ced20d9cda0 (patch)
tree7e852649be626f49f977f76a5fe8ec427e25c443
parentc160b64107bb17031ba98cc3aac0aa9d61192b97 (diff)
agl-cluster-demo-platform-crosssdk: remove libvcard from SDKguppy_7.0.4guppy_7.0.3guppy/7.0.4guppy/7.0.37.0.47.0.3guppy
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>
-rw-r--r--recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb b/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb
index fd99a77..6f8bf62 100644
--- a/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb
+++ b/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb
@@ -25,9 +25,3 @@ addtask do_populate_sdk after do_rootfs
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 \
- "