diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-04 18:12:46 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-01-05 22:50:52 +0000 |
commit | 1bb86123c0a922787ba08ffa5d26e111fb3eac58 (patch) | |
tree | bd6621a28a1dbc4c7b6ac6cb7119fe191d811896 /meta-app-framework/recipes-core | |
parent | 9a66246d00e88cf44456efae734a7a12c63f4689 (diff) |
af-binder: bump revision
This following changes are included:
* 1bce833 afb-api-v3: Fix potential buffer overflow
* 3bb9874 afb-binding-v3: Fix issues in includes
* eb9be95 packaging: Remove hard dependency to samples
* 7508331 hello3: Add verb 'after'
* 7916ea9 bindings/samples: Cleanup and tiny comment
Change-Id: Ifa0f941e22096b46278951f6e8fa939d3215803d
Signed-off-by: Stephane Desneux <stephane.desneux@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 88fd93c95..0d16f5854 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 = "e84fc44c47b42651fef17405f5bc09e5079d4a72" +SRCREV = "1bce83316a1896cf5522d06b1fd6960d74511446" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |