diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-12-20 15:02:31 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-20 18:04:41 +0000 |
commit | c227526c68f0d87df60a3a3d9596dc52ad5eaf59 (patch) | |
tree | f7f60c06f61767d38f470207cc89440ca7212a28 | |
parent | cd0ce95f466f79b35f02464f3eabff7bfd7d087e (diff) |
af-binder: Fix a critical bug
This fix a critical bug of the binder that lead to memory
crash and instabilities.
Bug-AGL: SPEC-3066
Change-Id: Ied3756fb7cf0dea423cda1c8367510fc175ab447
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-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 0c42b3697..72fc76288 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 = "6422dd2e6bee2903690fe430b0e7a666179ec163" +SRCREV = "2ed1d659b481c50380faed568818443d092f06ec" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |