From d32c40a7cb9a267b8b2e93478d6eacbe299d8982 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 14 Dec 2016 11:26:23 +0100 Subject: af-main: fix exec flag and case sensitive ids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The execute flags is now set for widgets of type application/vnd.agl.native. The ids of the applications are now enforced to lowercase for their storing and their smack label. Conversely, the id is no more case sensitive for launching or uninstalling widgets. Change-Id: I8857b10860acf464cc56939b4acc026319d65736 Signed-off-by: José Bollo --- meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-app-framework/recipes-core/af-main/af-main_1.0.inc') 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 b98c52e..797f607 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 = "f8ac4a3d0132968d06855177da630e8e788baee6" +SRCREV = "dfd49d8fe0bcbc4d794b5a8d56447dd7129aa853" S = "${WORKDIR}/git" -- cgit 1.2.3-korg