diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-12-14 16:34:29 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-12-14 16:34:29 +0100 |
commit | b6960b346e4efc0f74a0618744d4decc05358258 (patch) | |
tree | 7446785a2588c374e7a5a84a1ab9559f710b259e | |
parent | d32c40a7cb9a267b8b2e93478d6eacbe299d8982 (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>
-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 797f607..6b58cf7 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" |