summaryrefslogtreecommitdiffstats
path: root/recipes-demo/html5-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/html5-launcher')
-rw-r--r--recipes-demo/html5-launcher/files/launcher.desktop2
-rw-r--r--recipes-demo/html5-launcher/html5-launcher_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/html5-launcher/files/launcher.desktop b/recipes-demo/html5-launcher/files/launcher.desktop
index 17eb563c..b3e8e439 100644
--- a/recipes-demo/html5-launcher/files/launcher.desktop
+++ b/recipes-demo/html5-launcher/files/launcher.desktop
@@ -3,7 +3,7 @@ Version=1.0
Name=HTML5 Launcher
Comment=Launcher
GenericName=Launcher
-Exec=env AFM_ID=launcher AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-launcher/ /usr/bin/WebAppMgr
+Exec=/usr/bin/WebAppMgr --appid=launcher --app-install-dir=/usr/lib/wam_apps/html5-launcher/
Icon=settings
Terminal=false
Type=Application
diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb
index ecafd19e..52d7077d 100644
--- a/recipes-demo/html5-launcher/html5-launcher_git.bb
+++ b/recipes-demo/html5-launcher/html5-launcher_git.bb
@@ -9,10 +9,10 @@ S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
SRC_URI = " \
- git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=${AGL_BRANCH} \
+ git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=master \
file://launcher.desktop \
"
-SRCREV = "b37179742fac1053ba621cfa12938ec6536cf1f7"
+SRCREV = "cb6b66c3bd94a6ab18cad3ad87c827d4f7e623e9"
DEPENDS = "nodejs-native"