From: Scott Murray Date: Thu, 6 Jun 2019 20:54:06 +0000 (-0400) Subject: agl-cluster-demo-platform-crosssdk: remove libvcard from SDK X-Git-Tag: guppy/7.0.3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Fguppy%2F7.0.3;p=AGL%2Fmeta-agl-cluster-demo.git 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 --- 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 \ - "