summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-06-22 16:05:23 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-06-27 12:38:05 +0000
commitb4d34cde29a7e5a2f39749c2244b404f675823b0 (patch)
treed0709eca77e0b125e2f850fe822e5d4cfb8f0293
parentd454726c7785e27880647f2e81bd249878750d46 (diff)
Add libvcard to the AGL demo SDK
libqtappfw depends on libvcard so add it to the SDK. Bug-AGL: SPEC-1436 Change-Id: I1040a38add3fc45ca801ef66485f2e24823986af Signed-off-by: Matt Porter <mporter@konsulko.com>
-rwxr-xr-xrecipes-platform/images/agl-demo-platform-crosssdk.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb
index eac7ea2d..6f7bc714 100755
--- a/recipes-platform/images/agl-demo-platform-crosssdk.bb
+++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb
@@ -54,3 +54,9 @@ TOOLCHAIN_TARGET_TASK += " \
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 \
+ "