diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-06-28 18:54:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-29 08:56:15 +0000 |
commit | 50e1176550206e4da9d9f412aeeb63ad00008e0b (patch) | |
tree | 4fd1aa4a6bcb05d8c6024027e56f349e17c2689a /meta-app-framework/recipes-core/af-main/af-main_1.0.inc | |
parent | a7bbf5595280a8c4255ade2f4978cfcf2b7e2617 (diff) |
afw: Fix error report
Also adds minor improvement in logging for the binder
Change-Id: Iaf97c6b3fef7f827503ca7eb154916e770dd4ba1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9925
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main/af-main_1.0.inc')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index fbb1d1ef3..54d6d3026 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -8,13 +8,13 @@ HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-f LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI_git = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=master" +SRC_URI_git = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=dab" SRC_URI_files = "" SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "c5f9125c75bd2aa7db9dfad6e2dc178fff2d2f73" +SRCREV = "f36bbef97187012b84f4620fea7cea440741981f" S = "${WORKDIR}/git" |