aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-05-17 07:05:28 +0300
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-05-17 07:06:03 +0300
commit2628d110c670c6cd054361f7ccaad72ae8f01874 (patch)
tree45d4411a3ecf894b64183cf755729860fa20d102
parenta0d9c2d46984fd751b9f68ce7e4b74eacde561df (diff)
recipes-platform: crosssdk-image: remove libvcard from SDKhalibut_7.99.2halibut_7.99.1halibut/7.99.2halibut/7.99.17.99.27.99.1
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>
-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 \
- "