diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-06-29 22:21:58 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-30 10:24:21 +0000 |
commit | c42f34f7889c96c8cb5091bce269aa31bea74574 (patch) | |
tree | ea655caaf776bc6edabdca54cbd107955d9b89ec | |
parent | 1a1cae6bf202f7115c32e899781e9d6e689fb50a (diff) |
af-binder: Fix error report (really)
A commit was missing in the dab backport
of commit 50e1176. This aptch includes it.
Change-Id: I7f59fb45cf30399e2890d3827ce7907ed548ac50
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9963
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>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 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 353ec2b13..bc4352dc7 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 = "be584a083ec37786e2e16cd8483fb447b565df1e" +SRCREV = "17e428f46f0e093270be7eff79788e1575bcfb14" S = "${WORKDIR}/git" inherit cmake pkgconfig |