From 97d5e55a7bea65d959338b207e59425ea5f49c6c Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 5 Jul 2017 17:06:57 +0200 Subject: framework: update DAB for RC3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change includes - bug fixes - Fix bad error reporting (and of the not funny "Inappropriate ioctl for device") - Fix libmicrohttp version dependency - Fix start actions order - binding v2 improvements (SPEC-717) - reintroduce the field when describing fields - enforce V2 binding writers to use AFB_ prefixed logging macros - make error status uniform even for call & subcall - debugging features (SPEC-729) - allow to export the http port in afm-unit.conf - enable setting of breakpoints/waitpoints when compiled with AGL_DEVEL Bug-AGL: SPEC-717 Bug-AGL: SPEC-729 Change-Id: I2615fe7f6fa8ff3ff28974236ca01a65782cab59 Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10045 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 +- meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 5edab2ac1..81e11e9e0 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "17e428f46f0e093270be7eff79788e1575bcfb14" +SRCREV = "19af5428bedcac6b4de7a1ac068f49738aeb1e55" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" 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 8d67c66c1..f1b233634 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 = "f36bbef97187012b84f4620fea7cea440741981f" +SRCREV = "9039c0be54353ac3a519da2006824847061f0539" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg