From ee473ff99bb5ffda3cf2758d3bc693541ada47eb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 14 Jan 2021 16:48:04 -0500 Subject: 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 Change-Id: Ic3b17bf868dcd0ad633bd09f53311e11ec0a1a00 --- recipes-demo/messaging/messaging_git.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes-demo/messaging/messaging_git.bb') diff --git a/recipes-demo/messaging/messaging_git.bb b/recipes-demo/messaging/messaging_git.bb index f440ca89..5d5e7a6d 100644 --- a/recipes-demo/messaging/messaging_git.bb +++ b/recipes-demo/messaging/messaging_git.bb @@ -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}" -- cgit 1.2.3-korg