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:11 +0000 |
commit | ee1770e68b1c6b01b28471fe64c5a6f988a0a425 (patch) | |
tree | d8667270aaa52681bced15f7671cd600160f2a8a /meta-app-framework/recipes-core | |
parent | a2555e5f49d94c36b54f18ba416d26b1235fbeb7 (diff) |
afw: Fix error report
Also adds minor improvement in logging for the binder
Change-Id: I34a56ed72fdedca3645c179e73978ff919860ecc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9921
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')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index de1704799..2c9a7840c 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "f6bc48698587758fb764bae66302002fe148e978" +SRCREV = "305d98f7b6db1a3207cc877bd2cda819e3b90656" S = "${WORKDIR}/git" inherit cmake pkgconfig 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..f7d3bc8e1 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 @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "c5f9125c75bd2aa7db9dfad6e2dc178fff2d2f73" +SRCREV = "5cea66506dff09e8bdebbd623115ea103e87aba6" S = "${WORKDIR}/git" |