diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-09-11 15:36:31 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-09-11 15:43:41 +0200 |
commit | 3091e2b5019a19318d64dc5656271166ce0cbc54 (patch) | |
tree | ec5970f0813db06f2fc40464c3a383cba4781525 /recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb | |
parent | 350c49d291ab7cef0225ee6bd85e734040be7c93 (diff) |
html5-homescreen: revert avoiding autostart of launcher on qemujellyfish_9.99.4jellyfish/9.99.49.99.4
With the changes added at gerrit 25237 and 25233 the workaround
to avoid starting the launcher from the homescreen can be
dropped.
This reverts commit 13109053397fd99ad6ce38f9a2edc4e9fc6e009f.
Bug-AGL: SPEC-3544
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: Ifd8f3e71e8bfa7be4342480cbfb22c1da5ca842b
Diffstat (limited to 'recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb')
-rw-r--r-- | recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb index a44f72f45..37ca70737 100644 --- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb @@ -8,9 +8,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH}" - -SRC_URI_append_qemuall = " file://0001-Disable-autostart-of-launcher-webapp.patch" - SRCREV = "${AGL_APP_REVISION}" DEPENDS = "nodejs-native" |