diff options
Diffstat (limited to 'recipes-demo/homescreen')
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 2fb000faf..1ec938b70 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -23,7 +23,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" inherit qmake5 systemd pkgconfig aglwgt |