diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-17 15:15:26 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-17 15:15:26 +0000 |
commit | 41e850c10b8ea45fd94ecee72c26878109fb9042 (patch) | |
tree | 01660aab1628b77d8252dfd99dd0bbc6937fc98a /meta-app-framework | |
parent | 27fc9de4aa4d0684a0441cb55a9dafce760f2f68 (diff) |
Fix: issue for C++ binding projectchinook_3.0.5chinook_3.0.4chinook_3.0.3chinook/3.0.5chinook/3.0.4chinook/3.0.33.0.53.0.43.0.3chinook
g++ complains about a missing cast and do not compile an AGL binding
This is needed for any C++ binding or application that rely on the AGL
Application Framework.
Change-Id: I8197de84308ed28e8db49088fc191ca9a79409e5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-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 d4df51a..fde5dd6 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 = "6c594bea53577e59a4951049b06d33e64c11f7a9" +SRCREV = "2a6a6609d2617cda251b55b5c2fdafd8b19ca279" S = "${WORKDIR}/git" inherit cmake pkgconfig |