framework: update DAB for RC3 45/10045/3
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 5 Jul 2017 15:06:57 +0000 (17:06 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 6 Jul 2017 19:57:41 +0000 (19:57 +0000)
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 <info> 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 <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10045
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 5edab2a..81e11e9 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "17e428f46f0e093270be7eff79788e1575bcfb14"
+SRCREV = "19af5428bedcac6b4de7a1ac068f49738aeb1e55"
 PV = "dab+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index 8d67c66..f1b2336 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "f36bbef97187012b84f4620fea7cea440741981f"
+SRCREV = "9039c0be54353ac3a519da2006824847061f0539"
 PV = "dab+git${SRCPV}"
 
 S = "${WORKDIR}/git"