diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-04-04 11:19:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-11 19:40:15 +0000 |
commit | fea01d98626fa0f030f87a7f0efbe2d94bb45de8 (patch) | |
tree | f7fc57203b1022ef7ecce05bc7ab56876969f1e6 /meta-app-framework/recipes-core/af-main | |
parent | d1c32af22309e23c6df43c18fc73db7ae0b94f87 (diff) |
Application framework: bump and fixes
For af-main:
* 598f374 Add ability to manage all widget/applications
For af-binder:
* 4789efd jobs: Ensure validy of event loop
* 75a6b9e Prevent false positive during check source
* bc8929b Fix false ***buffer overflow*** detection
* f878e80 afb-export: Fix heap corruption
Bug-AGL: SPEC-1850
Bug-AGL: SPEC-2272
Bug-AGL: SPEC-2292
Change-Id: If64eb30677d880c68d504765ed7d3b2744d8ffe0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc index 30c3bbf66..de82c1ac8 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "d07c7f7169788ffbe5cc70506daaf9fe0add88c2" +SRCREV = "598f374d2948a76c381eab0a3dfb5334d6d62379" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |