libqtappfw: add qtwebsockets dependency 13/27713/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 6 Jun 2022 22:20:15 +0000 (18:20 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 6 Jul 2022 18:00:05 +0000 (14:00 -0400)
At least for the near future, the KUKSA.val support for vehicle
signals in libqtappfw will use the VISS standard websocket
interface scheme, so add qtwebsockets as a build dependency.

Bug-AGL: SPEC-4408

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I5c5b5e187651d0f30d267e1f21c0196c270859f0

recipes-demo/libqtappfw/libqtappfw_git.bb

index 11e85ec..ca6e6b1 100644 (file)
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 DEPENDS = " \
     qtbase \
     qtdeclarative \
+    qtwebsockets \
     glib-2.0 \
     bluez-glib \
     connman-glib \