summaryrefslogtreecommitdiffstats
path: root/recipes-demo/radio
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-14 16:48:04 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-15 23:25:48 +0000
commitee473ff99bb5ffda3cf2758d3bc693541ada47eb (patch)
tree12167e9a8e464d10ea72eccec16e13162e022b40 /recipes-demo/radio
parent2d365a414869454e217e2b099872de0bc2519fda (diff)
Remove unused demo app build dependencies
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
Diffstat (limited to 'recipes-demo/radio')
-rw-r--r--recipes-demo/radio/radio_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb
index 5d0b9fbe..459bfc16 100644
--- a/recipes-demo/radio/radio_git.bb
+++ b/recipes-demo/radio/radio_git.bb
@@ -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}"