diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-12 14:17:37 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-27 15:33:39 +0200 |
commit | ae7bbae688d4587fcde2f3e67b1dd05b535097a2 (patch) | |
tree | bde46a03e44f4db9995c860171a0b98f1aa3dbf1 | |
parent | 6b981cf7e9429c33b4e7c495b5334d488fd2967b (diff) |
meta-app-framework: sync with latest af-binder sources
This solves a problem with libafbwsc (Websocket Client library)
when used from SDK to build clients (internal dependency fixed).
Change-Id: I137931c72d895679892523a6bd66cc4ecd4ea1a0
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-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 385882c0d..5fe301522 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 @@ -16,7 +16,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "bca90021828565bddb8624e8f6370bf4959cbfbf" +SRCREV = "404f24c13cb45bd3e9ca837bc033fd6840cbf669" S = "${WORKDIR}/git" inherit cmake pkgconfig |