diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-11 10:06:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-14 13:50:44 +0000 |
commit | fc52632489b3177b3e6f6a3e81d7995abef96f7e (patch) | |
tree | 21b84e176cb66c6801ee6e319dcafcadb58020f3 /meta-app-framework/recipes-core | |
parent | d9c429fc4ce20a32ee71c05722a30e72c59c93fb (diff) |
af-binder: upgrade to 4.99-EERC1
This includes:
- Correcting license reference to align with code
- Internal refactorings
- Dynamic bindings API and pure dynamic bindings (still to document)
- new request functions: afb_req_get_application_id, afb_req_get_uid
- C++ interface
- libafbwsc featuring direct ws API
- Bugs and typo fixes
Change-Id: I75a387524f0745ed23311fe43a43000240bb6f09
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11299
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 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 874ef820f..e672e6fd3 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 = "159c895986f2358d6df8bb5804cc4419cc6b457f" +SRCREV = "32bc7ed3914171cd7945551a5ba82afe909afe32" PV = "master+git${SRCPV}" S = "${WORKDIR}/git" |