recipes-platform: crosssdk-image: remove libvcard from SDK 32/21332/1 7.99.1 7.99.2 halibut/7.99.1 halibut/7.99.2 halibut_7.99.1 halibut_7.99.2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 17 May 2019 04:05:28 +0000 (07:05 +0300)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 17 May 2019 04:06:03 +0000 (07:06 +0300)
vCard parsing is done within the agl-service-bluetooth-pbap binding
so libqtappfw not longer requires libvcard, and in turn the SDK
doesn't either

Bug-AGL: SPEC-2392
Change-Id: I588f1ebfe54924542921b67b3c2c7be5e4cd6d78
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb

index fd99a77..6f8bf62 100644 (file)
@@ -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 \
-    "