From 41e850c10b8ea45fd94ecee72c26878109fb9042 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 17 Mar 2017 15:15:26 +0000 Subject: Fix: issue for C++ binding project 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 --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg