af-binder: workaround dlopen issue 05/10805/2
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 Sep 2017 08:05:25 +0000 (10:05 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 7 Sep 2017 15:20:27 +0000 (15:20 +0000)
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

index 05a7c76..f5b6fec 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "2e4df370fed59a25d0bc157ccfb4642fb26d223f"
+SRCREV = "c4c474c056cd070706d5a3b0af7845c9493bfdaf"
 PV = "dab+git${SRCPV}"
 
 S = "${WORKDIR}/git"