diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-07 10:05:25 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-07 15:20:27 +0000 |
commit | 5bc2388a778cead3fa16014c91da23c5368e3b7d (patch) | |
tree | 98a82440d1f5661fa66649ce8ceedb10d4cdaedf /meta-app-framework/recipes-core/af-binder | |
parent | efc4666a6cd315e95d6e2ecfec7aaa6e9f51f00b (diff) |
af-binder: workaround dlopen issue
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>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-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 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" |