summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-27 14:33:18 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-27 14:35:27 +0900
commitd454726c7785e27880647f2e81bd249878750d46 (patch)
tree6d8c4471c3769e70192c780156ffde9f22fe8bea
parent50c1e279e5aaeb84536435bd93b22987cdcc4ec3 (diff)
Add libvcard to libqtappfw depends
These is a error when build libqtappfw for miss libvcard. Add libvcard into libqtappfw depends. Change-Id: I22078b9566d80263eac6cdfb18da8a202b41413b Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
-rw-r--r--recipes-demo-hmi/libqtappfw/libqtappfw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
index e932b363..996a6101 100644
--- a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
+++ b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
@@ -8,7 +8,7 @@ BBCLASSEXTEND = "nativesdk"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-DEPENDS += "qtbase qtwebsockets"
+DEPENDS += "qtbase qtwebsockets libvcard"
inherit cmake_qt5