Remove unused demo app build dependencies 19/25919/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 14 Jan 2021 21:48:04 +0000 (16:48 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 15 Jan 2021 23:25:48 +0000 (23:25 +0000)
Update demo app recipes as appropriate to remove now unused build
dependencies such as libhomescreen, qlibhomescreen, and qtwebsockets.

Bug-AGL: SPEC-3748

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

recipes-demo/cluster-dashboard/cluster-dashboard_git.bb
recipes-demo/mediaplayer/mediaplayer_git.bb
recipes-demo/messaging/messaging_git.bb
recipes-demo/navigation/ondemandnavi_git.bb
recipes-demo/navigation/tbtnavi_git.bb
recipes-demo/phone/phone_git.bb
recipes-demo/radio/radio_git.bb
recipes-demo/settings/settings_git.bb

index 7c7d405..f8dad08 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \
                     file://app/cluster-gauges.qml;beginline=9;endline=48;md5=54187d50b29429abee6095fe8b7c1a78"
 
 DEPENDS = " \
-    qtquickcontrols2 qtwebsockets libqtappfw glib-2.0 \
+    qtquickcontrols2 libqtappfw glib-2.0 \
     wayland-native wayland qtwayland qtwayland-native \
 "
 
index aa80936..26d4e59 100644 (file)
@@ -6,12 +6,7 @@ SECTION     = "apps"
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS = " \
-    qtquickcontrols2 \
-    qtwebsockets \
-    libqtappfw \
-    libhomescreen \
-"
+DEPENDS = "qtquickcontrols2 libqtappfw"
 
 PV = "1.0+git${SRCPV}"
 
index f440ca8..5d5e7a6 100644 (file)
@@ -6,11 +6,7 @@ SECTION     = "apps"
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS = " \
-    qtquickcontrols2 \
-    libqtappfw \
-    libhomescreen \
-"
+DEPENDS = "qtquickcontrols2 libqtappfw"
 
 PV = "1.0+git${SRCPV}"
 
index 79d96a0..17def6f 100644 (file)
@@ -6,12 +6,7 @@ SECTION     = "apps"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS = " \
-    qtquickcontrols2 \
-    qlibhomescreen \
-    qtlocation \
-    libqtappfw \
-"
+DEPENDS = "qtquickcontrols2 qtlocation libqtappfw"
 
 PV = "1.0+git${SRCPV}"
 
index 0965eb9..14e5eae 100644 (file)
@@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \
 DEPENDS = " \
     qtbase \
     qtquickcontrols2 \
-    qlibhomescreen \
     qtlocation \
     libqtappfw \
     wayland-native \
index 41ca0e6..dbfb639 100644 (file)
@@ -6,12 +6,7 @@ SECTION     = "apps"
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS = " \
-    qtquickcontrols2 \
-    libqtappfw \
-    libhomescreen \
-    gstreamer1.0 \
-"
+DEPENDS = "qtquickcontrols2 libqtappfw gstreamer1.0"
 
 PV = "1.0+git${SRCPV}"
 
index 5d0b9fb..459bfc1 100644 (file)
@@ -6,7 +6,7 @@ SECTION     = "apps"
 LICENSE     = "Apache-2.0 & GPLv2+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS = "qtquickcontrols2 rtl-sdr libhomescreen libqtappfw"
+DEPENDS = "qtquickcontrols2 libqtappfw rtl-sdr"
 
 PV = "1.0+git${SRCPV}"
 
index 24ab47a..491517b 100644 (file)
@@ -10,7 +10,6 @@ DEPENDS = " \
     libqtappfw \
     qtquickcontrols2 \
     qt-qrcode \
-    libhomescreen \
     qtvirtualkeyboard \
 "