Add libvcard to libqtappfw depends 01/14701/1
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Wed, 27 Jun 2018 05:33:18 +0000 (14:33 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Wed, 27 Jun 2018 05:35:27 +0000 (14:35 +0900)
    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>
recipes-demo-hmi/libqtappfw/libqtappfw_git.bb

index e932b36..996a610 100644 (file)
@@ -8,7 +8,7 @@ BBCLASSEXTEND = "nativesdk"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS += "qtbase qtwebsockets"
+DEPENDS += "qtbase qtwebsockets libvcard"
 
 inherit cmake_qt5