diff options
Diffstat (limited to 'recipes-demo/html5-hvac')
-rw-r--r-- | recipes-demo/html5-hvac/files/webapps-hvac.desktop | 2 | ||||
-rw-r--r-- | recipes-demo/html5-hvac/html5-hvac_git.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/html5-hvac/files/webapps-hvac.desktop b/recipes-demo/html5-hvac/files/webapps-hvac.desktop index 88b139385..3e7f0dc8e 100644 --- a/recipes-demo/html5-hvac/files/webapps-hvac.desktop +++ b/recipes-demo/html5-hvac/files/webapps-hvac.desktop @@ -3,7 +3,7 @@ Version=1.0 Name=HTML5 HVAC Comment=HVAC GenericName=HVAC -Exec=env AFM_ID=webapps-hvac AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-hvac/ /usr/bin/WebAppMgr +Exec=/usr/bin/WebAppMgr --appid=webapps-hvac --app-install-dir=/usr/lib/wam_apps/html5-hvac/ Icon=settings Terminal=false Type=Application diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index 9cf570976..f0106dbac 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -9,10 +9,10 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ - git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=${AGL_BRANCH} \ + git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=master \ file://webapps-hvac.desktop \ " -SRCREV = "45641bf053eade93cd3590b2286377869bb799cf" +SRCREV = "e64d69bdad0bb302900ec631b54ad6b6d6dcbacd" DEPENDS = "nodejs-native" |