diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-03-22 17:15:53 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-25 13:39:01 +0000 |
commit | be5db5044b39f3b129fc513e9d126f7a4be96881 (patch) | |
tree | d04f2ea1f1cae0809be07011e24115478b44ee91 /meta-app-framework/recipes-core | |
parent | 68733c649407acc0bba8868f03951856d79f585f (diff) |
af-binder: Ensure validy of event loop
In rare circumstances during intialization threads should wait instead
of using a null event loop. This is because no one has needed event loop at
this stage of initialization.
Change-Id: Ie5c1f86f80d7b90234cedabb07186058e6b2d45f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc index de1cdc493..0c07ff492 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "5425e054fbf87fe6d024103f46e53f2a28e074f2" +SRCREV = "6f192ac5b7aeca2070a02e74397a2c97977147ca" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |