From 7a544ca5822f378ef26cde8528fea6c2e8eff096 Mon Sep 17 00:00:00 2001
From: Stephane Desneux <stephane.desneux@iot.bzh>
Date: Wed, 14 Dec 2016 16:34:29 +0100
Subject: [PATCH] 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>
---
 meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
2.16.6