From c106ac6c2baf88000e156764bc55e4b36653886d 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: If66e5524e6621107c7417f26439f90e7d47db89d Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10089 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-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(-) (limited to 'meta-app-framework') 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 0c9a78d3a..d7ea5e639 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 = "305d98f7b6db1a3207cc877bd2cda819e3b90656" +SRCREV = "846e952260278225b79de4062fff1f8f2145a544" PV = "master+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 1fd33adf4..d4da78d4d 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 = "5cea66506dff09e8bdebbd623115ea103e87aba6" +SRCREV = "8c550986fb98fd0848f0af3117e548d4359e3f5a" PV = "master+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg