diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-12-14 16:34:29 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-27 15:33:39 +0200 |
commit | 7a544ca5822f378ef26cde8528fea6c2e8eff096 (patch) | |
tree | ba4387ebec9ca95bb91de186821f16dd4f7bbb28 /meta-app-framework | |
parent | ed0ec649f38a3044aaf3d36222be0391872cf2f5 (diff) |
af-main: remove --roothttp option from afm-launch.conf
For all application types except HTML5 (application/vnd.agl.html.hybrid),
there's no need to specify a root http directory. Moreover, If such
directory is not present in the packaging, launching the application
will fail.
Change-Id: Ib0b25f3d8bb9f63dde8610d96126639b846e245d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 797f60784..6b58cf7ad 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "dfd49d8fe0bcbc4d794b5a8d56447dd7129aa853" +SRCREV = "fd61febe4d3275e02d15440d6632327aa69ce636" S = "${WORKDIR}/git" |