diff options
author | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-03-26 09:00:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-03-26 09:00:44 +0000 |
commit | 3580d3385ff2742559b15db71cd458aef3a78bc6 (patch) | |
tree | 87e5d18535b37898b3967d49d8d71a982e1ea3e6 /meta-app-framework/recipes-core | |
parent | 21357a9dc8cd02e9396bd6f40a255e79060cb743 (diff) | |
parent | be5db5044b39f3b129fc513e9d126f7a4be96881 (diff) |
Merge "af-binder: Ensure validy of event loop"
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" |