From 3b26309f684fa894e2eb7cbcc1254ced20d9cda0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 6 Jun 2019 16:54:06 -0400 Subject: [PATCH] agl-cluster-demo-platform-crosssdk: remove libvcard from SDK 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 --- recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb | 6 ------ 1 file changed, 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 \ - " -- 2.16.6