X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fhomescreen%2Fhomescreen_git.bb;h=d21711c8060fa0583dfd03ea4f046bc4f0a5403a;hb=refs%2Fchanges%2F09%2F27709%2F1;hp=f04305f2ca3ee059f732eb0d81cb0d30d6e79bb5;hpb=864ca525d2edd914d58077bec6faa963b704258a;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index f04305f2c..d21711c80 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 \ @@ -22,7 +23,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH} \ file://homescreen.service \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "c35327b02a28a83536450a664326d183662e89e1" S = "${WORKDIR}/git" @@ -41,6 +42,7 @@ do_install:append() { FILES:${PN} += " ${systemd_user_unitdir}" RDEPENDS:${PN} += " \ + libqtappfw \ applaunchd \ qtwayland \ qtbase-qmlplugins \