From: Scott Murray Date: Mon, 31 Jan 2022 17:24:42 +0000 (-0500) Subject: homescreen: restore libqtappfw dependency X-Git-Tag: 12.92.0~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=844dd0e0723948d6763de9e22365e55694a5c3a7;p=AGL%2Fmeta-agl-demo.git homescreen: restore libqtappfw dependency Restore libqtappfw build and run-time dependency in homescreen app recipe to allow to re-enabling the commented out usage in it and regain Bluetooth and Wifi status support. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray Change-Id: I320853efe8130d34e5a1da5e9f0e2380a50e9f2c --- diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index f04305f2c..c45567842 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -9,6 +9,7 @@ DEPENDS = " \ qtbase \ qtdeclarative \ qtquickcontrols2 \ + libqtappfw \ wayland-native \ wayland \ qtwayland \ @@ -41,6 +42,7 @@ do_install:append() { FILES:${PN} += " ${systemd_user_unitdir}" RDEPENDS:${PN} += " \ + libqtappfw \ applaunchd \ qtwayland \ qtbase-qmlplugins \