X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Flauncher%2Flauncher_git.bb;h=115ebcc42d71beebe314b2ba5335e149a4dc7a03;hb=refs%2Fchanges%2F77%2F26177%2F1;hp=1f2117e62538fa1f12392f40376afea053bcc569;hpb=2d365a414869454e217e2b099872de0bc2519fda;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index 1f2117e62..115ebcc42 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -22,8 +22,10 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/launcher;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" inherit qmake5 systemd pkgconfig aglwgt PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" + +RDEPENDS_${PN} = "agl-service-homescreen"