diff options
Diffstat (limited to 'recipes-demo/launcher/launcher_git.bb')
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index 363707086..115ebcc42 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -22,7 +22,7 @@ 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 |