From 5bc2388a778cead3fa16014c91da23c5368e3b7d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Jos=C3=A9=20Bollo?= <jose.bollo@iot.bzh>
Date: Thu, 7 Sep 2017 10:05:25 +0200
Subject: [PATCH] af-binder: workaround dlopen issue
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

The LIBC function dlopen raise a SIGSEGV when trying
to open a shared object containing only debugging symbols.

Bug-AGL: SPEC-662

Change-Id: I62c13e5046e7aff4d522965c8cc4f1ba863939d3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10805
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
---
 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 05a7c7623..f5b6fece3 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 = "2e4df370fed59a25d0bc157ccfb4642fb26d223f"
+SRCREV = "c4c474c056cd070706d5a3b0af7845c9493bfdaf"
 PV = "dab+git${SRCPV}"
 
 S = "${WORKDIR}/git"
-- 
2.16.6