Upgrade application framework
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 14 Mar 2017 11:50:03 +0000 (12:50 +0100)
committerStephane Desneux <stephane.desneux@iot.bzh>
Mon, 27 Mar 2017 13:33:40 +0000 (15:33 +0200)
This is the last upgrade of the application framework before
the switch to the systemd integrated application framework.

Changes for AF-BINDER:
----------------------
 - removal of legacy file include/afb/afb-plugin.h
 - removal of legacy call to readdir_r
 - allowing to repeat option --ldpaths
 - new options: --no-httpd, --exec, --random-token
 - reintegration of libmagic for content-types
 - fix crash on unhandled request
 - capable of socket activation by systemd

Changes in AF-MAIN:
-------------------
 - handling of JSON-pointers in template unit
 - fix a bug in mustach evaluation
 - error message improvement
 - added afm-util commands: run-remote and start-remote
 - switch to cmake 3.4.3
 - fix bug in file content helper
 - fix bug of labelling files that made issue when uninstalling

Change-Id: Id18c5ff1edb2a7dee3813e996aed6300bcd97036
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
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 cb1d53e..2ecb2aa 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "2db7c92c0b4f5840884481fa4c95facbdea63bb6"
+SRCREV = "e85e5d8ffe242f826b5f98e2834407b5d4c46690"
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
index c04661a..c38dad4 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "7cf2890d871e76c082528565f59e1d0d1055b7f9"
+SRCREV = "863bf1c6b4e10176edf8b26a9703109ab8db2c43"
 
 S = "${WORKDIR}/git"