diff options
Diffstat (limited to 'recipes-demo/html5-background')
-rw-r--r-- | recipes-demo/html5-background/files/webapps-html5-background.desktop | 2 | ||||
-rw-r--r-- | recipes-demo/html5-background/html5-background_git.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/html5-background/files/webapps-html5-background.desktop b/recipes-demo/html5-background/files/webapps-html5-background.desktop index d53a76739..be474705d 100644 --- a/recipes-demo/html5-background/files/webapps-html5-background.desktop +++ b/recipes-demo/html5-background/files/webapps-html5-background.desktop @@ -3,7 +3,7 @@ Version=1.0 Name=HTML5 Background Comment=Background GenericName=Background -Exec=env AFM_ID=webapps-html5-background AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-background/ /usr/bin/WebAppMgr +Exec=/usr/bin/WebAppMgr --appid=webapps-html5-background --app-install-dir=/usr/lib/wam_apps/html5-background/ Icon=settings Terminal=false Type=Application diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index c06ece09e..792b04a85 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -9,10 +9,10 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ - git://github.com/AGL-web-applications/background.git;protocol=https;branch=master \ + git://gerrit.automotivelinux.org/gerrit/apps/html5-background;protocol=https;branch=master \ file://webapps-html5-background.desktop \ " -SRCREV = "3b8dae349d428c0230b9885f86d421d43cda5638" +SRCREV = "7b796408f4ee1ca1b92a02445513d939079af46e" DEPENDS = "nodejs-native" |